UI Components > Tooltip


vue-tooltipster 0.03


Vue tooltipster component
  • tooltip
  • tooltips
  • vue
  • vuejs
  • vuejs_components
  • vuejs2
  • tooltipster
last commit 7 years ago
6
Stargazers

Watchers
6
Open issues
0
2305
Downloads

Last 30 days
218
Releases
5
60
Final Score

Quality
77
Popularity
5
Maintenance
100

vue-tooltipster

This is a Vue tooltipster component for VueJS2 inspired in Tooltipster plugin.

Also it add a new feature to Tooltipster plugin:

  • Tooltip works as state of the art but also you can click over trigger element for keep the tooltip opened.
  • You can render html content inside tooltip through slot 'content'

Checkout code and run

npm install
npm run serve

TODOs:

  • Ad Bootstrap style for hello world example
  • Tests...
  • ...