For the complete documentation index, see llms.txt. This page is also available as Markdown.

👾Tooltip

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

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

this component used tippyjs

Last updated