Bootstrap_sb_admin_base_v2 screenshot

Bootstrap_sb_admin_base_v2

Author Avatar Theme by Dreamingechoes
Updated: 15 May 2017
61 Stars

Rails gem of the Bootstrap based admin theme SB Admin 2.

Categories

Overview

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.

Features

  • Rails gem of the SB Admin 2 Bootstrap based admin theme
  • Easy integration of all assets into a Rails application
  • Provides HTML structure for an admin theme

Installation

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

Summary

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.