A simple template for drop down menus published on npm
npm i @xadhithiyan/drop-down-menu
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