Design System v1.0

Command

A searchable command palette for fast navigation and actions.

Command menu

A filterable list of navigation targets and actions with shortcuts.

API reference

A searchable command palette; type to filter grouped, keyboard-navigable items. Wrap in CommandDialog for a ⌘K overlay.

Anatomy
CommandRoot container owning the filter state and keyboard navigation.
CommandDialogDialog wrapper that renders the menu as a ⌘K overlay.
CommandInputSearch field that filters the list as you type.
CommandListScrollable results region.
CommandEmptyFallback shown when nothing matches.
CommandGroupA labelled group of related items (via heading).
CommandItemA selectable action or navigation target.
CommandShortcutRight-aligned keyboard-shortcut hint on an item.
CommandSeparatorA divider between groups.

Command Palette

Search for a command to run...