https://github.com/frdh/mmenu-light
The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus.
https://github.com/frdh/mmenu-light
Last synced: about 1 year ago
JSON representation
The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus.
- Host: GitHub
- URL: https://github.com/frdh/mmenu-light
- Owner: FrDH
- Created: 2019-03-03T13:31:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T16:45:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T16:11:12.597Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 186
- Watchers: 8
- Forks: 68
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
mmenu light
================
The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus with the exact look and feel.
[Examples](https://www.mmenujs.com/mmenu-light)

### Licence
The mmenu-light plugin is licensed under the [CC-BY-4.0 license](http://creativecommons.org/licenses/by/4.0/).
### Development
This project uses [Gulp(4)](http://gulpjs.com/) to transpile and minify SCSS to CSS.
If you are unfamiliar with Gulp, check [this tutorial](https://travismaynard.com/writing/getting-started-with-gulp) on how to get started.
Run `gulp watch` in the command-line to put a watch on the files and run all scripts immediately after saving your changes.