Command Menu

Components

Command Menu

A modal, searchable command surface with groups, descriptions, keywords, and shortcuts.

Grouped commands

tsx
<CommandMenu
  trigger={<Button>Open commands</Button>}
  items={commands}
  footer="↑↓ Navigate · ↵ Run · Esc Close"
/>

Application control

Control open state from the application hotkey registry. Dowel owns filtering, focus, keyboard movement, and dismissal; each command keeps its own domain action.