1.0.1 • Published 1 year ago

drop-down-menu-jo v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Drop-down Menu

Publishing my first module to npm! It's a very simple drop-down menu that I built from scratch.

Installation

npm install drop-down-menu-jo

Usage

import dropDownMenu from 'drop-down-menu-jo';

// Appends drop-down menu to the <body> node of the current document
const body = document.querySelector('body');
const exampleDropDownMenu = dropDownMenu('Option 1', 'Option 2', 'Option 3');
body.appendChild(exampleDropDownMenu);
1.0.1

1 year ago

1.0.0

1 year ago