Burgermenu::Rails

Gem Version

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

  1. Fork it ( https://github.com/vortizhe/burgermenu-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request