Volt::Bootstrap

Adds Materialize to your Volt app!

Installation

Add this line to your application's Gemfile:

gem 'volt-materialze'

Add the bootstrap component to your application's app/main/config/dependencies.rb:

component 'materialze'

And then execute:

$ bundle

Usage

Now you can use Materializecss in your application's views. For more information on how to use it visit http://http://materializecss.com/

Contributing

  1. Fork it ( http://github.com/acapro/volt-bootstrap/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request