1.0.1 • Published 3 years ago
@mghazal1024/dropdown-react v1.0.1
dropdown-react
Dropdown component to be used with react.
to install run npm install @mghazal1024/dropdown-react
Required props list - Array of elements to map and create a list name - string for the title of the dropdown selection handleSelection - function that return a string reset - boolean to reset the dropdown on click
Optional initialValue - a string with the initial value other than name