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,792 of 193,214
Downloads: 3,343

Daily

Ranking: 61,331 of 193,188
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44748,261,752rails
75599,724,409sprockets
81563,955,219puma
97470,376,754simplecov
122387,341,715rspec-rails
142341,853,582capybara
143341,054,521selenium-webdriver
166301,271,384jquery-rails
177287,396,199sass-rails
185275,547,647factory_bot_rails
202258,402,024rspec_junit_formatter
274189,289,640rails-controller-testing
279183,854,320sqlite3
318158,786,530autoprefixer-rails
1,42130,453,466bootstrap
1,74519,590,692chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm