Primitive
CLI registryForm Select
Accessible select built on Base UI.
Preview → install → use
01
Preview
npx shadcn@latest add @atroui/form-selectSource lands in your repo. Setup: Installation · Registry catalog.
02
API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | - | Controlled value. |
| onValueChange | (value: string) => void | - | Change handler. |
| options | { value, label }[] | - | Selectable options. |
Form Select