Skip to main content

Variable: HoverCardContent

@arolariu/components


@arolariu/components / HoverCardContent

Variable: HoverCardContent

const HoverCardContent: 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 render prop for element composition

Example

<HoverCardContent>Content</HoverCardContent>

See

Base UI Documentation

// was this page useful?