forms
Select
Dropdown select with search, icons, avatars, and status dots.
import { Select } from "@raydenui/ui"Interactive demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | Controlled value |
defaultValue | string | — | Default value |
onValueChange | (value: string) => void | — | Change handler |
placeholder | string | — | Placeholder |
label | string | — | Label text |
disabled | boolean | — | Disabled state |