CommandPalette
CommandPalette Component
Playground
CommandPalette requires interactive state. See component directly.
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| open | boolean | — | |
| placeholder | text | — |
Default
CommandPalette requires interactive state. See component directly.
WithIcons
CommandPalette with icon commands.
WithShortcuts
CommandPalette with keyboard shortcuts.
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
open | boolean | — | Open state |
placeholder | text | — | Search placeholder |
Using CommandPalettetsx
import { CommandPalette } from '@/components/CommandPalette'
<CommandPalette
open="..."
placeholder="..."
/>Tokens Used
No design tokens detected