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,425 of 187,591
Downloads: 3,154

Daily

Ranking: 58,794 of 187,571
Downloads: 9

Depended by

RankDownloadsName

Depends on

RankDownloadsName
43678,761,749rails
71560,289,190sprockets
83501,264,095puma
98425,235,126simplecov
116354,228,977rspec-rails
135313,968,174capybara
137312,227,326selenium-webdriver
159284,130,619jquery-rails
163274,866,619sass-rails
185246,609,556factory_bot_rails
197234,477,935rspec_junit_formatter
264172,429,104rails-controller-testing
275165,742,106sqlite3
304148,668,175autoprefixer-rails
1,42527,221,549bootstrap
1,66619,204,870chromedriver-helper

Owners

#GravatarHandle
1iconjonroehm