About
Simple Vuejs tooltip plugin. At the moment it needs tailwindcss
It applies this class list: 'bg-black text-xs px-2 leading-normal py-1 rounded absolute text-grey-light max-w-xs'
Installation
npm install lari-simple-tooltip --save
Usage
import SimpleTooltip from 'lari-simple-tooltip'
Vue.use(SimpleTooltip)
Simple usage:
Display tooltip on top
Submit
Define tooltip position
Submit
Available options: left, right, top, bottom
Display tooltip by default (no mouseover/out events)
Submit
Display tooltip on click
Submit