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
- Fork it ( http://github.com/acapro/volt-bootstrap/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request