slug | description |
---|---|
/select |
Form input for selecting a single option from a list. |
<PreviewBlock componentName="Select">
<Select fieldSize="sm" id="select">
<option>Option 1</option>
<option>Option 2</option>
</Select>
</PreviewBlock>