Capítulo 19 de 43
Shows a content preview on hover over a link, for sighted mouse users only — intentionally inaccessible to screen readers, since hover-triggered content has no reliable non-visual equivalent.
Root → Trigger (a link) → Portal → Content (+ Arrow), same positioning props (side/align/collision) as Popover/DropdownMenu.openDelay/closeDelay (default 700/300): debounce hover intent so brief cursor passes don't trigger the card.| CSS Variable | Purpose |
|---|---|
--radix-hover-card-trigger-width / -content-available-height | constrain content to trigger width / remaining viewport height |
--radix-hover-card-content-transform-origin | origin-aware open animation |
openDelay={0} for instantaneous previews (e.g. in a trusted internal tool), but keep the default delay for public-facing content to avoid accidental triggers.