Categories: None [Edit]

bootstrap4_rails_components

https://rubygems.org/gems/bootstrap4_rails_components
https://github.com/jonathanroehm/bootstrap4_rails_components
Implementation of view helper methods that utilize robust options and traits to generate semantic Bootstrap4 HTML for Ruby on Rails. Supply themes, rails helper options (such as :method and :confirm for a `link_to`). Example usage: `<%= ui.bootstrap :button, :primary, :block, href: user_path(@user), method: :delete, confirm: 'Are you sure?', tooltip: 'Adds a new user' %>` Which outputs a primary button with `btn-block` that uses rails method & confirm, and automatically supplies a tooltip (and there's much more!)

Total

Ranking: 161,218 of 191,483
Downloads: 3,278

Daily

Ranking: 140,423 of 191,454
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44726,571,628rails
74587,039,257sprockets
82543,301,119puma
99455,133,578simplecov
122376,037,989rspec-rails
140332,804,260capybara
142332,028,791selenium-webdriver
163295,367,126jquery-rails
173283,157,643sass-rails
186265,871,250factory_bot_rails
198250,104,413rspec_junit_formatter
269183,914,505rails-controller-testing
278177,488,390sqlite3
313155,455,839autoprefixer-rails
1,42229,373,600bootstrap
1,72019,455,543chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm