A short hover hint for icons and dense controls.
Copy the command below and run it in your terminal.
bunx @sivir/ui add tooltip
pnpm dlx @sivir/ui add tooltip
npx @sivir/ui add tooltip
yarn dlx @sivir/ui add tooltip
Import Tooltip and wrap a trigger element:
import * as Tooltip from '$lib/sivir/components/tooltip'; <Tooltip.Root> <Tooltip.Trigger> <button>Info</button> </Tooltip.Trigger> <Tooltip.Content>Helpful text here</Tooltip.Content> </Tooltip.Root>
Tooltip in different placements and compositions.