Command
A Command component from the Sigil design system.
Import
import { Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandSeparator, CommandDialog } from "@sigil-ui/components";Preview
Usage
<Command>...</Command>Sub-components
This component includes the following parts:
<CommandInput><CommandList><CommandEmpty><CommandGroup><CommandItem><CommandSeparator><CommandDialog>
Token integration
| CSS Variable | Purpose |
|---|---|
--s-card-radius | Card radius |
--s-background | Background |
--s-text | Text |
--s-border-style | Border style |
--s-border | Border |
--s-text-muted | Text muted |
--s-radius-sm | Radius sm |
--s-surface | Surface |