Sha256: 1d2e3d4af6d307e399e39c2df55b98f3a89b786da29d166b87f72dd45ad33f79
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# bootstrap_builders ## Install Add to your Gemfile and bundle: ```ruby gem "bootstrap_builders" ``` Then add to your `ApplicationHelper` module: ```ruby module ApplicationHelper include BootstrapBuilders::Helpers end ``` ## Usage ### Box ```haml = box "Title of box", right: button_content do Content of box ``` ### Box with a table ```haml = box "Title of box", table: true do %tbody %tr %td= "Test" ## Contributing to bootstrap_builders * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. ## Copyright Copyright (c) 2016 kaspernj. See LICENSE.txt for further details.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_builders-0.0.3 | README.md |
bootstrap_builders-0.0.2 | README.md |
bootstrap_builders-0.0.1 | README.md |