mdbootstrap-rails

Build
Status Gem
Version

mdbootstrap-rails is make for Rails Project with Bootstrap v4 and MDB(Material Design Bootstrap)

Current MDB Version: MDB Free 4.2.0

Documentation: http://mdbootstrap.com/

Ruby gems url: https://rubygems.org/gems/mdbootstrap-rails

Installation

Add this line to your application's Gemfile:

gem 'mdbootstrap-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mdbootstrap-rails

Usage

Edit your app/assets/javascripts/application.js file

// app/assets/javascripts/application.js
........
//= require tether
//= require bootstrap
//= require mdb
........

Edit your app/assets/stylesheets/application.css or app/assets/stylesheets/application.scss file

// app/assets/stylesheets/application.css
..........
*= require bootstrap
*= require mdb
..........

// app/assets/stylesheets/application.scss
..........
@import "bootstrap";
@import "mdb";
..........

Sample

Will be soon

Change Log

Current Version 0.2.2

This link listing Change Log

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

The gem is available as open source under the terms of the MIT License.