Components
← All components

Hover Card

stimeo--hover-card

A rich preview card opened on hover/focus with open/close delays and a hoverable bridge.

The stimeo--hover-card controller opens a non-modal preview card on hover/focus, following the Disclosure convention (aria-expanded). Unlike a tooltip it may hold interactive content (links), so the card is NOT a role="dialog" and its content must also be reachable from the trigger itself. openDelay/closeDelay prevent flicker; binding open/close on the card bridges the pointer gap, and the delayed close re-checks focus so tabbing into a link inside the card keeps it open. While open, Escape is watched at the document level and closes it regardless of focus. Focus is never stolen on open. Placement is owned by this Playground's CSS.

running

Keyboard

KeyAction
Esc Close the open card (watched document-wide, regardless of focus).