Variable: HoverCardContent
@arolariu/components / HoverCardContent
Variable: HoverCardContent
constHoverCardContent:ForwardRefExoticComponent<Omit<HoverCardContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/hover-card.tsx:100
Renders the hover card content.
Remarks
- Renders a
<div>element by default - Built on Base UI Preview Card
- Supports the
renderprop for element composition
Example
<HoverCardContent>Content</HoverCardContent>
See
// was this page useful?