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,466 of 196,338
Downloads: 3,467

Daily

Ranking: 51,088 of 196,320
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
45781,499,294rails
75617,882,353sprockets
79598,037,173puma
98495,507,544simplecov
123404,513,824rspec-rails
144355,629,834capybara
145354,569,671selenium-webdriver
170309,560,231jquery-rails
181293,402,838sass-rails
186290,426,007factory_bot_rails
201270,185,286rspec_junit_formatter
277197,359,027rails-controller-testing
281193,253,659sqlite3
328163,438,680autoprefixer-rails
1,41332,065,516bootstrap
1,80019,752,410chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm