Select

A dropdown select menu for choosing from a list of options.

Default

Country

Props

PropTypeDefaultDescription
labelstringLabel text.
placeholderstringPlaceholder text.
size"sm" | "md" | "lg""md"The size.
descriptionstringHelper text.
errorMessagestringError message.

SelectItem Props

PropTypeDefaultDescription
children*ReactNodeItem label content
classNamestringAdditional CSS classes

SelectItem also accepts all React Aria ListBoxItem props.