Select

A select component is a form control that provides a way to present a list of options to the user in a way that takes up less space than a radio button group or checkbox group.

Installation

npm install @andore-ui/select

Import

import {Select} from @andore-ui/select

Usage