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: 158,570 of 183,139
Downloads: 2,873

Daily

Ranking: 66,923 of 183,127
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
41565,708,046rails
59485,005,224sprockets
79408,031,605puma
99348,601,726simplecov
116294,957,132rspec-rails
136256,815,436jquery-rails
137256,656,382capybara
139254,917,759selenium-webdriver
140254,758,758sass-rails
183197,844,195factory_bot_rails
190191,491,243rspec_junit_formatter
253141,612,402sqlite3
264137,804,545rails-controller-testing
273131,366,842autoprefixer-rails
1,46219,878,372bootstrap
1,51618,689,798chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm