pnpm dlx shadcn@latest add @saturation/comboboximport { Combobox } from "@/components/ui/combobox"<Combobox
options={options}
value={value}
onValueChange={setValue}
/>| Prop | Type | Default | Description |
|---|---|---|---|
options* | Option[] | — | Available options. |
value | string | — | Selected value. |
onValueChange | (value: string) => void | — | Change handler. |