drop-down-menu

A simple template for drop down menus published on npm

download the package

npm i @xadhithiyan/drop-down-menu

use the package

inside the javaScipt file
import dropdown from '/node_modules/@xadhithiyan/drop-down-menu/src/script.js'
dropdown(parentDiv, menuValue, dropDownObject){}

parentDiv : the div inside which the drop down will be appended

menuValue : the drop down title value

dropDownObjects : an object with subtitles as keys and respective links as values