@aritra-saha/drop-down-menu
v1.0.4
Published
A package that contains js logics for drop down menu
Maintainers
Readme
drop-down-menu
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'
