Select - Keep React
Table of Contents#
Default Select#
A simple and basic select component for general use cases, allowing users to choose an option from a dropdown list.
Select With Action Icon#
An enhanced select component that includes an action icon, allowing users to perform additional actions directly within the dropdown.
Select With Item Icon#
A select component where each item includes an icon, providing a more visual representation of the options available in the dropdown.
Reference#
Our select component is built using the @radix-ui/react-select
package. For more information , follow the documentation @radix-ui/react-select.