CommandPalette
InteractiveA global command menu.
Preview
Usage
<CommandPalette bind:open={isOpen} groups={commands} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| open | boolean | false | Whether the palette is open. |
| groups | CommandGroup[] | [] | Command groups and items. |