material_master

this gem includes materialize library and google's material icons library


License
MIT
Install
gem install material_master -v 0.1.0

Documentation

MaterialMaster

Gem Version

Welcome to material_master gem! It comprises of material design libraries including materialize( a modern responsive front-end framework based on Material Design.) and Google material icons library.

Installation

Add this line to your application's Gemfile:

gem 'material_master'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install material_master

Usage

a. CSS

require the following files in application.css

	*= require materialize
	*= require material-icons

b. Javascript

require the following files in application.js

	//= require materialize

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/agrim123/material_master.

License

MIT