/dropDown

Dropdown Menu for TOP in typescript.

Primary LanguageTypeScriptMIT LicenseMIT

Drop down menu

Install

npm install dropdownmenu-frostwalker

Use

Create a div with a class of frostwalkermenu and give said div class names corresponding to menu items.

    index.html
<div class="frostwalkermenu item1 item2 'This is item3' item4"></div>

Mobile version

    index.html
<div class="frostwalkermobilemenu item1 item2 'This is item3' item4"></div>
    index.js
import "dropdownmenu-frostwalker";