vue-beautiful-tooltip
v1.0.3
Published
This is a simple tooltip for VueJS
Downloads
3
Readme
How to use
:white_check_mark: Install package using npm i vue-beautiful-tooltip command :white_check_mark: Register in the file main.js:
- import VueBeautifulTooltip from 'vue-beautiful-tooltip/vue-beautiful-tooltip'
- import 'vue-beautiful-tooltip/vue-beautiful-tooltip.css'
- Vue.use(VueBeautifulTooltip)
:white_check_mark: Use the directive by adding to the element v-beautiful-tooltip="'Your beautiful text'"