Select
A native, styled select element with options to pick from.
Props
Prop | Type | Default |
---|---|---|
color | base | brand | - |
size | sm | md | lg | - |
label | string | - |
placeholder | string | - |
contrast | boolean | - |
as | HTMLTag | div |
options | string[] | - |
HTML Attributes | Polymorphic<as> | - |
Examples
options
size
The size prop cascades: it is inherited from the parent and it is applied to all children.