Components
← All components

Popover

stimeo--popover

A floating panel toggled by its trigger. The background stays usable; focus and dismissal are handled.

  • Core

A floating panel toggled by its trigger that leaves the rest of the page alone. It is not modal, so the background stays interactive while it is open. Opening moves focus to the first control inside the panel. Esc and a click outside close it and return focus to the trigger. Tabbing out of the panel closes it without yanking focus back. Static placement here is this demo's CSS. Flipping and shifting away from a screen edge is handled by the positioning module you can opt into.

running

Keyboard

KeyAction
Enter / Space Toggle the popover while the trigger is focused (native button).
Esc Close the popover and return focus to the trigger.
Tab / Shift+Tab Move within the panel; moving focus out of it closes the popover.