Skip to content

niconap/dropdown-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors