odin-simple-mobile-menu
Version:
Simple mobile menu
31 lines (15 loc) • 595 B
Markdown
Simple mobile menu - click on hamburger button makes the full-screen menu appear :)
My second npm package with the-odin-project :D
install: `npm i odin-simple-mobile-menu`
import in your project:
`import mobileMenu from "odin-simple-mobile-menu"`
the default style is at `./node_modules/odin-simple-mobile-menu/style.css` and is imported at `index.js` in the same location
`mobileMenu(...elements)`
`mobileMenu("Home", "About", "Contact")`
it returns a dom node that you can append using append/appendChild
ISC