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: 160,456 of 187,239
Downloads: 3,102

Daily

Ranking: 93,924 of 187,224
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
43671,311,427rails
70556,159,823sprockets
84494,352,291puma
99421,205,239simplecov
117351,039,053rspec-rails
135310,164,446capybara
137308,519,154selenium-webdriver
158282,587,686jquery-rails
162273,699,799sass-rails
184243,848,453factory_bot_rails
197232,300,496rspec_junit_formatter
264170,919,130rails-controller-testing
274163,773,486sqlite3
302147,745,313autoprefixer-rails
1,42426,892,597bootstrap
1,66019,173,828chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm