1.0.4 • Published 3 years ago
mdournel-dropdown v1.0.4
Dropdown menu.
A simple customizable react dropdown in typescript.
From project 14 OpenClassrooms, react app developer
View my personal website
Linkedin
Installation
npm i mdournel-dropdown
oryarn add mdournel-dropdown
Props
| Label | Type | Required | Default |
|---|---|---|---|
| className | string | Yes | N/A |
| options | array | Yes | N/A |
| select | fonction | Yes | |
| placeholder | string | Yes | N/A |