1.0.1 • Published 9 months ago
dropdownmenu-by-errorcode710 v1.0.1
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);