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: 162,876 of 196,658
Downloads: 3,476

Daily

Ranking: 111,482 of 196,619
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
45789,914,448rails
74622,070,368sprockets
79605,715,294puma
98501,545,707simplecov
124408,503,748rspec-rails
145359,062,742capybara
146357,823,753selenium-webdriver
170311,457,719jquery-rails
186294,779,460sass-rails
187294,006,537factory_bot_rails
200272,851,485rspec_junit_formatter
279199,209,975rails-controller-testing
286195,503,478sqlite3
328164,402,268autoprefixer-rails
1,40932,432,658bootstrap
1,80619,792,934chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm