Rails gem of the Bootstrap based admin theme SB Admin 2.
bootstrap_sb_admin_base_v2 is a Rails gem that provides the Bootstrap based admin theme SB Admin 2. It is a work in progress and was originally created by Start Bootstrap. The purpose of this gem is to make it easier to integrate all the assets (fonts, images, CSS, and JS) of the Bootstrap admin theme into a Rails application.
To install the gem, add the following line to your application’s Gemfile:
gem 'bootstrap_sb_admin_base_v2'
Then execute:
$ bundle install
Or install it yourself as:
$ gem install bootstrap_sb_admin_base_v2
bootstrap_sb_admin_base_v2 is a Rails gem that provides the SB Admin 2 Bootstrap based admin theme for easy integration into Rails applications. It simplifies the process of adding all the necessary assets and provides the HTML structure for an admin theme. With this gem, developers can quickly incorporate a robust admin theme into their Rails projects.