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.
- CDN
https://cdn.jsdelivr.net/gh/geedmo/yamm@4.0.0/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"
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.
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.
npm run build
By default the SCSS stylesheet is used to generate the CSS build. See package.json for other scripts.
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.
Copyright © 2019 @geedmo.
This project is MIT licensed.