Vibe UI
Initializing Vibe UI System...

Command

A keyboard-navigable command menu modal triggered via shortcut keys (`CMD/CTRL + K`).

Command

A keyboard-navigable command menu modal triggered via shortcut keys (CMD/CTRL + K).

Click below or press ⌘K / Ctrl+K to open command menu.

Installation

pnpm dlx vibe-ui-kit@latest add command button dialog
💡 Vibe UI Component Dependencies: This component requires other components to work correctlyPlease make sure you also install these Vibe UI component dependencies: button, dialog

Themes

Explore triggers for each design variant theme (Default, Glass, Retro, Glow).

Props

PropTypeDefaultDescription
openbooleanfalseThe controlled open state of the command dialog.
onOpenChange(open: boolean) => void-Event handler called when the open state changes.
variant'default' | 'glass' | 'retro' | 'glow''default'The design system theme to apply to the dialog frame.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Command | Vibe UI