> Source: https://tomatophp.com/docs/tomato-admin/components/tooltip

# 👾 Tooltip

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/Screenshot from 2024-01-18 17-18-06.png" alt=""><figcaption></figcaption></figure>

you can use a tooltip component to shop a tooltip over any div like this

```markup
<x-tomato-admin-tooltip :text="__('Your Text Here')">
    <button>Welcome Here!</button>
</x-tomato-admin-tooltip>
```

this component used [tippyjs](https://atomiks.github.io/tippyjs/)
