Command Palette
A Cmd-K style launcher: a modal dialog with a search box over a filterable command list. Typing filters; ArrowDown/ArrowUp move the active command (focus stays in the input via aria-activedescendant); Enter runs it and closes; Escape closes without running.
Preview
No command run
- New File
- Open File
- Save
- Close Tab
- Toggle Sidebar
Installation
npx shadcn@latest add https://ui.publictheta.com/r/command-palette.jsonConformance
This component conforms to the @publictheta/ui-spec command-palette specification. Run the suite against any implementation with pnpm conformance.