Command
Command menu for search and quick actions.
Installation
Basic
Start with an inline command surface when you want searchable suggestions without opening a dialog.
Preview
Command Palette
Use a controlled CommandDialog when another part of the page needs to stay in sync with the selected action.
Preview
Quick Actions
Open the palette with the button, then run an action and keep the summary panel updated. Ctrl+K stays reserved for docs search.
This mirrors the shadcn command palette pattern while using the installed Maddex dialog wrapper.
Last Action
{lastActionLabel}
{lastActionDescription}
{paletteOpen ? "Palette open" : "Palette closed"}Command palette
Search for a command to run.
Scrollable
Use grouped lists, separators, and shadcn-style semantic color accents when your command menu doubles as a dense activity feed.
Preview