Components
← All components

Dropdown

stimeo--dropdown

A region toggled by a button. The open state, Esc, and outside clicks are handled for you.

  • Core
  • Disclosure

The plainest way to toggle a region from a button. The content is yours: a set of links, a form, anything. Whether it is open is announced to screen readers. Esc closes it and returns focus to the button, and a click outside closes it too. If you need an application menu where the arrow keys walk the commands, use the menu instead.

running

Keyboard

KeyAction
Enter / Space Toggle the menu while the trigger is focused (native button).
Esc Close the menu and return focus to the trigger.