1. Primitives
  2. Select

<Select />

The <Select /> component provides control of options.
Use the <Select /> component when you have a list of string options that the user may choose from.
<Card padding={4}>
<Stack>
<Select
fontSize={[2, 2, 3, 4]}
padding={[3, 3, 4]}
space={[3, 3, 4]}
>
<optgroup label="Swedish cars">
<option>Saab</option>
<option>Volvo</option>
</optgroup>

<optgroup label="Norwegian cars">
<option>Buddy</option>
<option>Think</option>
</optgroup>
</Select>
</Stack>
</Card>

Properties  

fontSize?: number | number[]
padding?: number | number[]
radius?: number | number[]
space?: number | number[]
Made withby folks at