Burgermenu::Rails
BurgerMenu is a simple off canvas menu with hardware accelerated transitions and amazing native behavior.
Installation
Add this line to your application's Gemfile:
gem 'burgermenu-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install burgermenu-rails
Usage
Look at http://vortizhe.github.io/burgermenu/ for documentation.
Include js and sass
Add to your application.js. Requires jQuery to work.
//= require burgermenu
Add to your applications.scss
@import "burgermenu";
Contributing
- Fork it ( https://github.com/vortizhe/burgermenu-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
