Components
Command Menu
A keyboard-first palette for jumping anywhere and doing anything.
Default
No results found.
Home
buena mono
mrkdwn
New note⌘N
Toggle theme⌘T
<Command>
<CommandInput placeholder="Type a command or search..." />
<CommandList>
<CommandEmpty>No results found.</CommandEmpty>
<CommandGroup heading="Pages">
<CommandItem>Home</CommandItem>
</CommandGroup>
<CommandSeparator />
<CommandGroup heading="Actions">
<CommandItem>
New note
<CommandShortcut>⌘N</CommandShortcut>
</CommandItem>
</CommandGroup>
</CommandList>
</Command> Scrollable
No results found.
Release notes — v2
buena mono spec
mrkdwn parser TODO
Publishing checklist
Design tokens audit
Footer polish
Theme switch bug
Onboarding copy
Q3 roadmap
Changelog draft
Icon set review
Analytics wishlist
<CommandList className="max-h-56">
<CommandGroup heading="Notes">
{notes.map((n) => (
<CommandItem key={n}>{n}</CommandItem>
))}
</CommandGroup>
</CommandList> Markdown for agents: /design/command-menu.md · spec: /design.md