The select component can have different shapes. Here is an example of a rounded
select.
Show codeHide code
Selects can have a configurable icon on the left side using the icon
prop. Make sure to pick meaningful icons for your use case.
Show codeHide code
Selects can have a material design style floating label using the labelFloat
prop.
Show codeHide code
Selects can be displayed in a smaller and more compact way using the size
prop with the sm
value.
Show codeHide code
Selects can have option groups using the optgroup
element to wrap your options
.
Show codeHide code
Selects can be shown in a loading state using the loading
prop.
Show codeHide code
Selects can be shown in an error state using the error
prop. Use the same prop to display an error message.
Please make a selection
Show codeHide code
This component has no props