No commit activity in last 3 years
No release in over 3 years
Bootstrap view helpers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.0.0
 Project Readme

Bootstrap toolbelt

Upgraded to match Rails 5

Icon helper

The bs_icon helper will render a bootstrap glyphicon for you.

  bs_icon 'envelope'

Will render the glyphicon envelope. Saving you the trouble of typing

 <span class="glyphicon glyphicon-envelope"></span>

Grid helper

Will output 12 columns of gridsize 1, with the current media size on top.

This will help you in determing which xs, sm, md, lg media size you're currently at.

Flash helper

tbd