v0.0.6

Tailwind Tooltip

Tooltip an element using only CSS classes!

1. Install the dependency
              
npm install tailwind-tooltip
2. Add the plugin to your configuration
      
import tooltip from 'tailwind-tooltip'
export default {
  // ...rest of the options
  plugins: [tooltip],
}
3. Start using tooltip classes
4. For more information check the docs