Component
Form Select
Accessible select built on Base UI.
Installation
import { FormSelect } from "atroui"API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Controlled value. |
| onValueChange | (value: string) => void | — | Change handler. |
| options | { value, label }[] | — | Selectable options. |