Select
formsNative select input with label, helper text, error state with role=alert, custom chevron icon, focus ring, disabled state, and all native select attributes. Consistent with Input/Textarea form family.
Import
typescript
import { Select } from "packages/ui/src";Props
SelectProps extends SelectHTMLAttributes
| Prop | Type | Required |
|---|---|---|
label | string | No |
helper | string | No |
error | string | No |
placeholder | string | No |
options | SelectOption[] | Yes |
Examples
Default
With Label & Helper
This determines your project template.
Error State
Please select a role.
Disabled
Pre-selected
Choose the target platform.