> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/components/tooltip.md).

# Tooltip

<figure><img src="/files/mjkN2nce3Fk2fa5gPWHx" 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/)
