How to create a tooltip in Svelte and @floating-ui
Tooltip is a message with information that appears
when you hold a cursor over a piece of text, a button, or an icon.
See how to create a tooltip using action in Svelte and @floating-ui for positioning.