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,699 of 192,692
Downloads: 3,320

Daily

Ranking: 180,995 of 192,666
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44740,994,370rails
75595,480,850sprockets
81556,676,830puma
99464,953,038simplecov
122383,409,389rspec-rails
141338,827,661capybara
143337,938,783selenium-webdriver
166299,269,283jquery-rails
177286,002,671sass-rails
185272,086,482factory_bot_rails
198255,670,846rspec_junit_formatter
273187,389,476rails-controller-testing
278181,938,143sqlite3
317157,616,767autoprefixer-rails
1,42130,093,501bootstrap
1,73319,555,930chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm