HAML wrappers for Twitter Bootstrap components.
= container do
woah!
= progress_bar do |pb|
= pb.bar(40)
To integrate our gem into your application, follow these steps:
- Add it to your gemfile, gem 'bootstrap_haml_helpers'
- bundle
- Add the following line to your main SASS file (typically application.css.sass):
//= require bootstrap_haml_helpers
- Add the following to your main JS file (typically application.js):
//= require bootstrap_haml_helpers
We follow the same version as Twitter Bootstrap (currently 2.3.2). Any patches will fall as a sub-version of the existing patch number (e.g. 2.3.2.1).