Combobox
A Combobox component from the Sigil design system.
import { Combobox } from "@sigil-ui/components";
| Prop | Type | Default | Description |
|---|
options | ComboboxOption[] | — | — |
value | string | — | — |
onValueChange | (value: string) => void | — | — |
placeholder | string | — | — |
searchPlaceholder | string | — | — |
emptyText | string | — | — |
| CSS Variable | Purpose |
|---|
--s-radius-md | Radius md |
--s-border-style | Border style |
--s-background | Background |
--s-border | Border |
--s-duration-fast | Duration fast |
--s-ring | Ring |
--s-primary | Primary |
--s-text-muted | Text muted |
--s-surface | Surface |
--s-shadow-md | Shadow md |
--s-radius-sm | Radius sm |
--s-text | Text |