2.0.0-alpha.0 • Published 5 years ago

vue-bulma-tooltip v2.0.0-alpha.0

Weekly downloads
114
License
MIT
Repository
github
Last release
5 years ago

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

npm.io npm.io


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon