Material-Design-Lite-Rails

Installation

Add this line to your application's Gemfile:

gem 'material-design-lite-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install material-design-lite-rails

Material Design Lite use the font called Material Icons, which can loaded from Google Fonts. Add the following line to application.html.erb file:

<%= stylesheet_link_tag "https://fonts.googleapis.com/icon?family=Material+Icons" %>

License

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