0.02
No release in over 3 years
Low commit activity in last 3 years
Twitter bootstrap library for hanami applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 5.0
~> 10.0

Runtime

< 2, >= 0.2
 Project Readme

Hanami::Bootstrap

Bootstrap wrapper for hanami framework. This wrapper provide HEAD version of bootstrap.

Also you can use bootstrap-rubygem gem which support hanami framework.

Installation

Important: this wrapper required jquery library. You can use jquery-lotus gem or add jquery.js to you assets directory.

Add this line to your application's Gemfile:

gem 'hanami-bootstrap'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hanami-bootstrap

Usage

Add bootstrap to your template:

<%= stylesheet 'bootstrap' %>
<%= javascript 'bootstrap' %>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/davydovanton/hanami-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.