1.2.0 • Published 6 years ago

vue-tooltipster v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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...
  • ...