JQuery MB Extruder - Rails Gem

This is a Rails gem that will install the JQuery MB Extruder in your application.

Installation

Add this line to your application's Gemfile:

gem 'jquery_mb_extruder'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install jquery_mb_extruder

Usage

mb.extruder.readme

An open source jQuery component to easily build a top or left sliding panel.

mb.extruder

go to the demo

go to the doc

go to the blog

jquery.mb.components, another way of thinking the web

CSS

Add this line at the end of your application.css

*= require jquery_mb_extruder.all

Javascript

You will need to add global jquery_mb_extruder object in your application.js:

//= require jquery_mb_extruder.all

Thanks

Thanks to the makers of mb.extruder!

Scy0846

Contributing

  1. Fork it
  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 new Pull Request