1.2.0 • Published 4 years ago

dropdown-menu-niconap v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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();