Giter Club home page Giter Club logo

mdbootstrap-rails's Introduction

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.

mdbootstrap-rails's People

Contributors

equinox-01 avatar ggomagundan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mdbootstrap-rails's Issues

Example Please?

Could you please include an example of how to use a simple mdboostrap template with this gem?

I've tried to include a basic ecommerce product template but it can't find any of the CSS files and just renders the HTML without any styling.

Bundler could not find compatible versions for gem "railties":

Hello,

I got error message as below after bundle install command :
bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
In snapshot (Gemfile.lock):
railties (= 5.1.6)

In Gemfile:
mdbootstrap-rails x86-mingw32 was resolved to 0.1.1, which depends on
railties (< 5.1, >= 3.2) x86-mingw32

rails (~> 5.1.6) x86-mingw32 was resolved to 5.1.6, which depends on
  railties (= 5.1.6) x86-mingw32

sass-rails (~> 5.0) x86-mingw32 was resolved to 5.0.7, which depends on
  railties (< 6, >= 4.0.0) x86-mingw32

web-console (>= 3.3.0) x86-mingw32 was resolved to 3.6.1, which depends on
  railties (>= 5.0) x86-mingw32

Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.