> 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="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2F2dpbRAtRLywHvkn6jare%2FScreenshot%20from%202024-01-18%2017-18-06.png?alt=media&amp;token=a0348f63-df83-48c8-bff4-4138c88775d2" 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/)
