πŸ‘Ύ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