Tooltip
Contextual help with default or custom triggers.
Loading preview…
Install
Terminal
pnpm dlx shadcn@latest add @circle-ui/tooltipUse
TSX
import { Tooltip, TooltipWrapper } from "@circle/ui";
<Tooltip content="Reviewed before sharing." side="right" />
<TooltipWrapper content="More context" side="top">
<button type="button">Details</button>
</TooltipWrapper>Dependencies
| Kind | Packages |
|---|---|
| npm | @radix-ui/react-tooltip |
Last updated on