Skip to content
Primitives

Select

A styled select dropdown with label, placeholder, and option groups.

Preview:
1280px

Props

PropTypeDefaultDescription
optionsSelectOption[]-Array of { value, label } objects.
valuestring-Controlled selected value.
onChange(value: string) => void-Fired when selection changes.
labelstring-Label shown above the select.
placeholderstring'Select an option'Placeholder when no value is selected.
searchablebooleanfalseEnable search/filter within the dropdown.