vue-tooltipster
v1.2.0
Published
This is a Vue tooltipster component for VueJS2 inspired in [Tooltipster plugin](http://iamceege.github.io/tooltipster/).
Downloads
191
Readme
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...
- ...