vue-bulma-tooltip

2.0.0-alpha.0 • Public • Published

Tooltip

Tooltip component is based on hint.css for Vue Bulma.

Installation

$ npm install vue-bulma-tooltip --save

Examples

<template>
  <tooltip label="This is title" placement="top-right">
    <button class="button is-primary has-text-centered">
      <span>top-right</span>
    </button>
  </tooltip>
</template>
 
<script>
import Tooltip from 'vue-bulma-tooltip'
 
export default {
  components: {
    Tooltip
  }
}
</script>

Badges


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon

Package Sidebar

Install

npm i vue-bulma-tooltip

Weekly Downloads

97

Version

2.0.0-alpha.0

License

MIT

Unpacked Size

4.6 kB

Total Files

5

Last publish

Collaborators

  • fundon
  • luventa