Components
Command
A command palette for quick access to actions and navigation, often used for keyboard shortcuts.
No results found.
Calendar
Search Emoji
Calculator
Profile⌘P
Billing⌘B
Settings⌘S
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Examples
Command Dialog
Press ⌘J
Command Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Command | Styles the root Command component. |
dialogWrapper | CommandDialog | Styles the command dialog Wrapper. |
dialog | CommandDialog | Styles the command dialog. |
group | CommandGroup | Styles the groups inside the command. |
list | CommandList | Styles the command list. |
item | CommandItem | Styles individual command items. |
separator | CommandSeparator | Styles separators inside the command list. |
shortcut | CommandShortcut | Styles shortcut text inside commands. |
empty | CommandEmpty | Styles the state when the command list is empty. |
input | CommandInput | Styles the input field of the command. |