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
- Host: GitHub
- URL: https://github.com/developerdizzle/bootstrap.push-menu
- Owner: developerdizzle
- License: mit
- Created: 2015-02-19T19:47:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T15:27:39.000Z (about 10 years ago)
- Last Synced: 2025-02-19T04:11:16.238Z (about 1 year ago)
- Language: HTML
- Size: 629 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)

## 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