Select
A Select component from the Sigil design system.
Import
import { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectItem, SelectLabel, SelectSeparator } from "@sigil-ui/components";Preview
Usage
<Select>...</Select>Sub-components
This component includes the following parts:
<SelectGroup><SelectValue><SelectTrigger><SelectContent><SelectItem><SelectLabel><SelectSeparator>
Token integration
| CSS Variable | Purpose |
|---|---|
--s-input-height | Input height |
--s-radius-input | Radius input |
--s-radius-md | Radius md |
--s-border-style | Border style |
--s-background | Background |
--s-duration-fast | Duration fast |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-error | Error |
--s-border | Border |
--s-primary | Primary |
--s-card-radius | Card radius |