Components · Form Controls
Accessible dropdown select built on Radix UI. Supports groups and search.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| value | string | — | — | Controlled selected value. |
| onValueChange | (value: string) => void | — | — | Callback when value changes. |
| placeholder | string | — | — | Placeholder when no value selected. |
| disabled | boolean | false | — | Disables the select. |
import { Select } from '@nexub/react';