HoverCard
v1.0.3Updated 20 Jul 2026Rich preview card that opens when the pointer rests on (or keyboard focus reaches) a trigger, built on Radix HoverCard with the same popover surface styling as Popover. Ships width presets, an arrow option, tunable open/
Preview
Live · 13 stories▸Why this is recommendedhoverpreviewprofilemention+3
The default, out-of-the-box HoverCard.
- ✓People previews on @mentions in chat or CRM activity feeds
- ✓Record previews on links (invoices, customers, deals)
- ✓Supplementary detail behind table cells
- Opens on hover or keyboard focus, closes on blur / Escape
- Tunable openDelay (default 300ms) / closeDelay (default 200ms)
- Side + align positioning with optional arrow
- Width presets sm / md / lg / auto matching the Popover size scale
- Controlled and uncontrolled open state
- ProfileHoverCard: avatar + presence dot + name + description + meta rows + action slot
- Respects prefers-reduced-motion
- ✕Click-to-open panels or mini-forms (use Popover)
- ✕Short text hints (use Tooltip)
- ✕Touch-primary flows where hover does not exist
Install
Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.
Usage
Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.
Props
openDelayDelay in ms before opening on hover (default 300)
—closeDelayDelay in ms before closing after the pointer leaves (default 200)
—widthContent width preset (HoverCardContent / ProfileHoverCard)
—arrowRender a small arrow pointing at the trigger
—sidePreferred side of the trigger
—alignAlignment along the chosen side
—metaProfileHoverCard: icon + label fact rows (location, company, phone)
—actionProfileHoverCard: action slot (e.g. a Message button)
—