Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 511 Bytes

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