Select
A dropdown select menu for choosing from a list of options.
Default
Country
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Label text. |
| placeholder | string | — | Placeholder text. |
| size | "sm" | "md" | "lg" | "md" | The size. |
| description | string | — | Helper text. |
| errorMessage | string | — | Error message. |
SelectItem Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children* | ReactNode | — | Item label content |
| className | string | — | Additional CSS classes |
SelectItem also accepts all React Aria ListBoxItem props.