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,036 of 193,756
Downloads: 3,346

Daily

Ranking: 110,042 of 193,649
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44755,328,125rails
74603,819,147sprockets
80571,639,614puma
97475,839,609simplecov
122391,185,975rspec-rails
143344,844,787capybara
145344,016,109selenium-webdriver
168303,157,107jquery-rails
177288,771,417sass-rails
184278,855,783factory_bot_rails
201261,093,214rspec_junit_formatter
274191,050,327rails-controller-testing
279185,971,812sqlite3
321159,855,263autoprefixer-rails
1,41930,810,318bootstrap
1,75719,623,252chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm