This package contains simple javascript logics for a drop down menu
Usable functions:
- setDropDownContent()
- dropDownEvent()
Pass the div that holds the items for drop down to the 'setDropDownContent' function And to set the drop down event, pass the element that is needed to click to trigger the drop down to the 'dropDownEvent' function
Import the functions from: '@aritra-saha/drop-down-menu/dropDown'