Command
A command palette with fuzzy search and grouped results. Often opened with ⌘K.
Installation
Copy the command below and run it in your terminal.
Usage
Import and use the Command components:
Examples
With groups
Anatomy
Command.Root - Provides command menu state.
Command.Content - Contains command menu controls.
Command.Trigger - Opens the command menu.
Command.Separator - Separates command menu items.
Command.Results - Lists matching commands.
Command.Search - Filters command items.
Command.Item - Defines a command action.
Command.Group - Groups command items.
bunx @sivir-ui/svelte add command