dropdown_mdournel
v0.1.2
Published
Dropdown React component
Readme
Dropdown menu.
A simple customizable react dropdown in typescript.
From project 14 OpenClassrooms, react app developer
View my personal website
Linkedin
Installation
npm i dropdown_mdournel
oryarn add dropdown_mdournel
Props
| Label | Type | Required | Default | | :---------- | :------: | :------: | :-----: | | cName | string | Yes | N/A | | options | array | Yes | N/A | | select | fonction | Yes | | placeholder | string | Yes | N/A |
