Package Exports
- dropdown-odul68
- dropdown-odul68/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dropdown-odul68) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dropdown for project 14 Openclassrooms
Dropdown button to use in a form.
Install
In the project directory, you can run:
Use in your code
label for the dropdown title arr for the data field for the option to be showed
<Dropdown label={} arr={} field="" />