Sha256: 8787e6ea6ad33da1b963191e6180a84d70282fe95611af0b93c0ff6ce926415f
Contents?: true
Size: 725 Bytes
Versions: 1
Compression:
Stored size: 725 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-materialize-0.0.1 | README.md |