Props
| Prop | Type | Default |
|---|---|---|
size | ’sm’ | ‘md’ | sm |
dataTestId | string | — |
Basic Usage
Components
The Select component is composed of several sub-components:
Select: The root componentSelectTrigger: The button that triggers the dropdownSelectValue: Displays the selected valueSelectContent: The dropdown content containerSelectGroup: Groups related optionsSelectLabel: Label for a group of optionsSelectItem: Individual option item
Usage with Form
Last updated on