Select
Useful for allowing users to select only one option from a set.
Props
Prop | Type | Description |
---|---|---|
appearance | default | minimal | negative | positive | The theming to apply |
id | String | The id of the select |
name | String | The name of the select |
value | String | The value of the select |
labelText | String | A label text of the select |
options | Array | The options to show when select is open |
onChange | Function | A function to be called when the value changes |
Examples
todo