1. vue-beautiful-tooltip

vue-beautiful-tooltip

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'"