Function: HoverCard()
@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
// was this page useful?