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

https://github.com/developerdizzle/bootstrap.push-menu

Enables push menu functionality with Bootstrap-compliant classes
https://github.com/developerdizzle/bootstrap.push-menu

Last synced: 3 months ago
JSON representation

Enables push menu functionality with Bootstrap-compliant classes

Awesome Lists containing this project

README

          

# bootstrap.push-menu
Enables push menu functionality with Bootstrap-compliant markup and CSS. Only takes effect at mobile resolution.

[Check out the demo here](http://developerdizzle.github.io/bootstrap.push-menu/demo.html)

![demo](http://i.imgur.com/YO4dO6A.gif)

## Installation

You can use Bower to install bootstrap.push-menu:

```console
$ bower install bootstrap.push-menu
```

## Configuration

Add the CSS file:

```html

```

and JS file:

```html

```

Then minimally add the `data-toggle="push"` and `data-target` attributes to your `navbar-toggle` button:

```html