Animated Select
Navigation
An accessible custom dropdown select with animated open/close, keyboard navigation, selection indicator, and spring transitions.
Loading preview...
Customize
Placeholder
Disabled
Props
| Prop | Type | Default | Description |
|---|---|---|---|
options | SelectOption[] | [] | Array of { value, label } objects to display. |
value | string | undefined | Currently selected value. |
onChange | (value: string) => void | undefined | Callback when an option is selected. |
placeholder | string | 'Select an option' | Placeholder text when no option is selected. |
disabled | boolean | false | Disables the select. |
className | string | '' | Additional CSS classes. |