Docs Components
CommandPaletteexperimental
Press ⌘K anywhere and start typing — pages, recent work, actions, and catalog titles come to you. The fastest way around the workspace.
Accessibility
Cmd+K / Ctrl+K— Toggles the palette from anywhere in the workspace.Arrow Down / Arrow Up— Moves the active option; input keeps focus (aria-activedescendant).Enter— Runs the active command.Escape— Closes and clears the query.G then H/C/L/M/A/U/T/Y/S— Global go-to navigation (outside inputs and dialogs); same sequences the sidebar hints show.
API
| Prop | Type | Description |
|---|---|---|
(mount) required | component | Mounted once by WorkspaceShell; no props. Open programmatically via window event 'atom:palette' (used by the Home search trigger). |
Design specifications
- surface
color-bg-raised - border
color-border-rule / border-width-rule - radius
radius-lg - shadow
elevation-plate-md - layer
layer-modal - active-item
color-bg-inverse / color-text-inverse - input-font
type-body-lg - group-label
type-label
Guidelines
- mustEvery page and creation action reachable from the sidebar MUST also be reachable from the palette.
- shouldThe empty state suggests what to type — never a bare 'no results'.
- mustEntity search is live: collections, layouts, campaigns, and catalog titles join results once a query is typed (never in the empty menu — 60 rows of catalog is noise).