Components · Overlays
Rich tooltip card revealed on hover.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| HoverCard.Root | compound | — | — | Root provider that manages open/close state. |
| HoverCard.Trigger | compound | — | — | Element that triggers the card on hover. |
| HoverCard.Content | compound | — | — | The floating card panel shown on hover. |
| openDelay | number | — | — | Delay in milliseconds before the card opens. |
| closeDelay | number | — | — | Delay in milliseconds before the card closes. |
import { Hover Card } from '@nexub/react';