dropdownlib-reda
v0.1.9
Published
npm i dropdownlib-reda
Readme
NPM INSTALL
npm i dropdownlib-reda
IMPORT DROPDOWN
import {DropDown} from 'dropdownlib-reda'
USE DROPDOWN
You have 4 params in the function
- label
- options
- handleSelect
- id You need, in your options, an array of object ex: options={[{}]}, that's all !
LINK NPM
Open https://www.npmjs.com/package/dropdownlib-reda on npm
