1. vue-bulma-tooltip
Tooltip Component for Vue Bulma
vue-bulma-tooltip
Package: vue-bulma-tooltip
Created by: vue-bulma
Last modified: Tue, 28 Jun 2022 19:06:03 GMT
Version: 2.0.0-alpha.0
License: MIT
Downloads: 450
Repository: https://github.com/vue-bulma/tooltip

Install

npm install vue-bulma-tooltip
yarn add vue-bulma-tooltip

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin