Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cpfarher/vue-tooltipster

Vue tooltipster component
https://github.com/cpfarher/vue-tooltipster

tooltip tooltips vue vuejs vuejs-components vuejs2

Last synced: about 1 month ago
JSON representation

Vue tooltipster component

Lists

README

        

# vue-tooltipster
This is a Vue tooltipster component for VueJS2 inspired in [Tooltipster plugin](http://iamceege.github.io/tooltipster/).

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

```bash
npm install
npm run serve
```

### TODOs:

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