A simple dropdown component using React.
=> Create a simple dropdown component according to the images below (screenshots)
=> On hovering of the button, show the drop down items.
=> The dropdown component should receive the items array to display the items in the list.
=> On click of an option in dropdown list, close the dropdown.
=> React js
step 1) git clone https://github.com/bot5294/react-dropdown
step 2) cd react-dropdown
step 3) npm i
step 3) npm start
This project is hosted on : https://bot5294.github.io/react-dropdown/