@aripratomo/my-components
v0.0.3
Published
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Maintainers
Readme
My-Components
npm i @aripratomo/my-componentsMultiple Dropdown with search
Basic usage
import { Dropdown } from "@aripratomo/my-components"
<Dropdown
multiple={true}
withSearch={true}
options={['Banna', 'Apple', 'Melon']}
onChange={(opt) => console.log(opt)}
/>