Hover Card

A card that appears when hovering over a trigger. For sighted users only — it's not accessible via keyboard. Use for supplementary preview content.

Installation

Props

PropTypeDefaultDescription
open
booleanControlled open state.
onOpenChange
(open: boolean) => voidCallback when open state changes.
openDelay
number700Milliseconds before the card opens.
closeDelay
number300Milliseconds before the card closes.