@mamahany/simpledropdownmenu
v1.0.2
Published
A simple, reusable dropdown menu component.
Readme
Dropdown Menu
This is part of theOdinProject JavaScript Course
to use this dropdown maker in your code
In your JS:
1- import initDropdowns from "@mamahany/simpledropdownmenu";
2- call initDropdowns();
In Your Html:
1- make a div element with the class dropdown
2- inside that div element create a button (.toggle-menu-btn) and a div ("menu-items").
3- anything that is a direct child of menu-items will be treated as a menu item
