4.0.1 • Published 4 years ago

@geedmo/yamm v4.0.1

Weekly downloads
52
License
-
Repository
github
Last release
4 years ago

Yamm

Version Documentation Maintenance License: MIT

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

  • Install with npm: npm install @geedmo/yamm --save
  • Install with yarn: yarn add @geedmo/yamm

Basic usage

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

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.

Sponsored content