Skip to Content

Tooltip

Contextual help with default or custom triggers.

Loading preview…

Install

Terminal
pnpm dlx shadcn@latest add @circle-ui/tooltip

Use

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

KindPackages
npm@radix-ui/react-tooltip
Last updated on