1.0.0 • Published 2 years ago

dropdownmenupackage v1.0.0

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

INTRODUCTION

This is a drop down menu button package that displays hidden items when a button is clicked. This package can be used to create multi drop down menu button on web projects.

HOW TO USE IT

Install the package.

Your drop down menu code should contain the button or div that will be clicked for some hidden content to be displayed below it.

The content to be displayed beneath the drop down menu button or div should be made the immediate sibling to the button or div to be clicked.

Invoke the module and pass the node of the button to be clicked as the argument and there you go!