Project

bh

0.24
No release in over 3 years
Low commit activity in last 3 years
Bh - Bootstrap Helpers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Bh ยท Bootstrap Helpers

A set of Ruby helpers that streamlines the use of Bootstrap 6 components in HTML views.

Bootstrap 6 is a great framework, but requires many lines of HTML code even for simple components.

With Bh, you can achieve the same result with fewer lines of code

How to install

  1. Add gem 'bh' to the Gemfile file of your Rails app.
  2. Add this line to the config/importmap.rb file:
pin_all_from Bh::Engine.root.join('app/javascript/controllers'), under: 'controllers'