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,014 of 190,365
Downloads: 3,265

Daily

Ranking: 113,104 of 190,317
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44718,397,445rails
74582,824,783sprockets
81536,429,407puma
99449,998,013simplecov
121372,188,733rspec-rails
140329,662,416capybara
141328,757,450selenium-webdriver
161293,464,468jquery-rails
171281,875,443sass-rails
186262,600,568factory_bot_rails
199247,305,869rspec_junit_formatter
267181,994,528rails-controller-testing
279175,249,192sqlite3
312154,340,682autoprefixer-rails
1,42429,013,652bootstrap
1,71019,408,955chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm