FlatRails
Flat UI FREE packaged up for all your Rails needs.
Installation
Add this line to your application's Gemfile:
gem 'flat_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flat_rails
Usage
You will need to add the following to you application.css manifest file.
*= require bootstrap/css/bootstrap *= require flat-ui
You can optionally add:
*= require bootstrap/css/bootstrap-responsive
You can also view the demo site at: Coming Soon
If you are familiar with Bootstrap or Flat UI, then you know how to use this gem. You will have access to all the css selectors and elements like you normally would.
Contributing
- Fork it
- 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