Components
← All components

Command Palette

stimeo--command-palette

A command launcher you call up from the keyboard, filtering and moving without leaving it.

  • Core
  • Dialog (Modal)
  • Combobox

A command launcher you call up with Cmd/Ctrl+K. It combines a dialog with a list of choices under a text field, following the WAI-ARIA Dialog and Combobox patterns. Opening puts focus in the field and keeps it there. Typing filters the choices, ignoring case. The arrow keys move through them while focus stays in the field, so you can keep typing. Screen readers are told which choice is current.

running

Or press Cmd+K / Ctrl+K to open it from anywhere.

Keyboard

KeyAction
Cmd+K / Ctrl+K Toggle the visibility of the command palette from anywhere.
↓ / ↑ Move virtual focus between command options (roving activedescendant).
Enter Select the virtually focused command option.
Esc Close the command palette and restore focus to the previous active element.
Tab / Shift+Tab Trapped within the search input and close button (focus trap).