Skip to content

inventit/css3-microsoft-metro-buttons-rails

Repository files navigation

Css3::Microsoft::Metro::Buttons::Rails

css3-microsoft-metro-buttons for Rails.

Installation

Add this line to your application's Gemfile:

gem 'css3-microsoft-metro-buttons-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install css3-microsoft-metro-buttons-rails

Usage

In your application.js you will need to add these lines:

//= require m-dropdown
//= require m-radio

And in your application.css you will need to add these lines:

*= require m-button
*= require m-forms
*= require m-icons
*= require m-normalize

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/css3-microsoft-metro-buttons-rails.

License

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