Select
A dropdown component for picking a value from a list of options. Built on Radix Select.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | - | Controlled selected value |
| onValueChange | (value: string) => void | - | Callback on selection change |
| defaultValue | string | - | Default selected value |
Import
import { Select } from '@blastx/ui';