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,597 of 188,779
Downloads: 3,242

Daily

Ranking: 88,817 of 188,757
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44698,528,710rails
73572,003,244sprockets
81518,863,450puma
99437,166,465simplecov
116362,867,347rspec-rails
139322,173,800capybara
140320,273,457selenium-webdriver
159288,681,709jquery-rails
167278,300,163sass-rails
185254,383,858factory_bot_rails
199240,489,077rspec_junit_formatter
265176,967,678rails-controller-testing
276170,957,260sqlite3
306151,553,737autoprefixer-rails
1,42428,136,829bootstrap
1,68219,298,993chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm