1.1.0 • Published 2 years ago

dropdownmenu-frostwalker v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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";