1.2.0 • Published 5 years ago
dropdown-menu-niconap v1.2.0
This project is a simple dropdown menu project. Create a dropdown menu like this:
// Construct a new menu object
const newMenu = new Menu(
"Class for your menu items",
"Class for the menu button (image tag)",
"Icon of the menu button before clicked",
"Icon of the menu button after clicked"
);
// Make the dropdown menu work
newMenu.configure();