@geedmo/yamm
v4.0.1
Published
Yet another megamenu for Bootstrap
Downloads
397
Readme
Yamm
This is Yet another megamenu for Bootstrap 4.
Lightweight and pure CSS megamenu that uses the standard navbar markup and the fluid grid system classes from Bootstrap 4. Work for fixed and responsive layout and has the facility to include (almost) any Bootstrap elements.
Demo
Install
Basic usage
- CDN
https://cdn.jsdelivr.net/gh/geedmo/[email protected]/dist/yamm.min.css
- ES6 import:
import "@geedmo/yamm";
- SCSS import:
@import "@geedmo/yamm/src/yamm.scss";
- LESS import:
@import "@geedmo/yamm/src/yamm.less";
- STYL import:
@import "@geedmo/yamm/src/yamm"
Documentation
Being a pretty small repository there's no separate documentation. You can find more usage instructions and examples by checking the Demo and the source code.
Bugs and feature requests
Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Development
npm run build
By default the SCSS stylesheet is used to generate the CSS build. See package.json for other scripts.
Test
npm run test
Test that everything compiles fine (including demo) and all sources generate the same output. Make sure all tests passes before sending a PR.
Author
License
Copyright © 2019 @geedmo.
This project is MIT licensed.