Hover-triggered explanation. 200ms delay.
Wraps any element with a tooltip that appears on hover (200ms delay) and focus. Theme-aware bubble, smart placement (above by default, below if no room).
import { Tooltip } from "@/components/ui/tooltip";
<Tooltip content="Open in a new tab">
<Button>Share</Button>
</Tooltip>components/ui/ folder. You own the code.