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 Mon, Dec 25, 2023