Directive
Work in progess
Simple and elegant, great for adding simple tooltips for any element.
Click here to see full documentation on props.
Basic Usage
<button v-tippy="'Hello!'">
Tippy!
</button>
Advanced Usage
<button v-tippy="{ content: 'Hello!', arrow: true, theme: 'light'}">
Tippy!
</button>
Edit this page on GitHub
Updated at Tue, Oct 15, 2024