Skip to main content

Function: HoverCard()

@arolariu/components


@arolariu/components / HoverCard

Function: HoverCard()

HoverCard(props): ReactElement

Defined in: components/ui/hover-card.tsx:47

Coordinates hover card state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Delegates structure and state to the underlying Base UI primitive
  • Built on Base UI Preview Card
  • Preserves the underlying primitive API for advanced composition

Example

<HoverCard>Content</HoverCard>

See

Base UI Documentation

// was this page useful?