No commit activity in last 3 years
No release in over 3 years
easy to use for mdbootstrap on rails projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

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.