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: 160,531 of 188,219
Downloads: 3,207

Daily

Ranking: 114,388 of 188,199
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44689,913,615rails
73567,351,478sprockets
83511,483,605puma
99432,115,353simplecov
116359,398,147rspec-rails
136318,954,649capybara
138316,872,367selenium-webdriver
159286,816,568jquery-rails
164276,885,465sass-rails
185251,241,270factory_bot_rails
197238,046,140rspec_junit_formatter
266175,110,397rails-controller-testing
275168,860,771sqlite3
305150,424,969autoprefixer-rails
1,42627,771,815bootstrap
1,67219,256,113chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm