An open API service indexing awesome lists of open source software.

https://github.com/geedmo/yamm3

Yet another megamenu for Bootstrap 3
https://github.com/geedmo/yamm3

Last synced: 13 days ago
JSON representation

Yet another megamenu for Bootstrap 3

Awesome Lists containing this project

README

          

# Yamm

This is *Yet another megamenu for [Bootstrap 3](http://getbootstrap.com/)* from Twitter.

Lightweight and pure CSS megamenu that uses the standard navbar markup and the fluid grid system classes from Bootstrap 3. Work for fixed and responsive layout and has the facility to include (almost) any Bootstrap elements.

#### [Demo](http://geedmo.github.io/yamm3)

Here you can find [Yamm for Bootstrap 4](https://github.com/geedmo/yamm)

### Install with npm

npm install @geedmo/yamm3 --save

### Install with bower

bower install yamm3 --save

### Install via composer

{
"require": {
"geedmo/yamm3": "dev-master"
}
}

### Markup

1. Reuse navbar markup and add class `.yamm` at the top.

2. Then add your markup into the `.dropdown-menu`

3. Optionally use `.yamm-content` to wrap content with padding.

Example


...