Select
Dropdown selector styled like Stardew Valley menus.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| options | { value: string; label: string }[] | — | Array of selectable options. |
| value | string | — | Currently selected option value (controlled). |
| onChange | (value: string) => void | — | Callback fired when an option is selected. |
| placeholder | string | "Select..." | Text shown when no option is selected. |
| disabled | boolean | false | Disables the select and reduces opacity. |
| className | string | — | Additional CSS classes to apply. |