dropdownmenu-by-errorcode710
v1.0.1
Published
A simple dropdown menu component.
Downloads
150
Readme
Dropdown Menu
A simple dropdown menu component.
Installation
npm install dropdownmenu-by-errorcode710
usage
import toggleDropDown from 'dropdown-menu';
const dropDownBtn = document.querySelector("#dropdownBtn"); toggleDropDown(dropDownBtn);