Variable: TooltipContent
@arolariu/components / TooltipContent
Variable: TooltipContent
constTooltipContent:ForwardRefExoticComponent<Omit<TooltipContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/tooltip.tsx:148
Renders positioned tooltip content inside a portal.
Remarks
- Renders a
<div>element by default - Built on Base UI Tooltip
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<TooltipContent>Details</TooltipContent>
See
// was this page useful?