Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 396 Bytes

File metadata and controls

23 lines (17 loc) · 396 Bytes
slug description
/select
Form input for selecting a single option from a list.

Select

Example

<PreviewBlock componentName="Select">
  <Select fieldSize="sm" id="select">
    <option>Option 1</option>
    <option>Option 2</option>
  </Select>
</PreviewBlock>

Props