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: 159,968 of 186,959
Downloads: 3,034

Daily

Ranking: 104,717 of 186,713
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
43658,650,538rails
68547,705,454sprockets
84482,967,524puma
99413,507,374simplecov
117345,096,299rspec-rails
135304,348,923capybara
136302,985,846selenium-webdriver
155279,014,449jquery-rails
160271,418,810sass-rails
184238,665,173factory_bot_rails
194228,573,686rspec_junit_formatter
261167,900,038rails-controller-testing
276160,962,144sqlite3
300145,240,004autoprefixer-rails
1,44925,554,380bootstrap
1,64919,110,370chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm