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
Add this line to your application's Gemfile:
gem 'mdbootstrap-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mdbootstrap-rails
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";
..........
Will be soon
Current Version 0.2.2
This link listing Change Log
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
The gem is available as open source under the terms of the MIT License.