Select

Dropdown selector styled like Stardew Valley menus.

Props

PropTypeDefaultDescription
options{ value: string; label: string }[]Array of selectable options.
valuestringCurrently selected option value (controlled).
onChange(value: string) => voidCallback fired when an option is selected.
placeholderstring"Select..."Text shown when no option is selected.
disabledbooleanfalseDisables the select and reduces opacity.
classNamestringAdditional CSS classes to apply.