No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Bootstrap skin for ActiveAdmin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0

Runtime

 Project Readme

ActiveBootstrapSkin

Codewake

Bootstrap skin for Active Admin.

Installation

  • Add the gem to your Gemfile:
# Note: The gem require the bootstrap-sass gem. So we need to add bootstrap-sass to Gemfile

gem 'bootstrap-sass'
gem 'active_bootstrap_skin'

Usage

  • Don't forget you have to config the bootstraps-sass first.

  • In the active_admin.scss file, you include active_bootstrap_skin. Note: You have to comment the active admin stylesheets.

// Active Admin's got SASS!
// @import "active_admin/mixins";
// @import "active_admin/base";

// Active Bootstrap
@import "active_bootstrap_skin";
  • In the active_admin.js file, you require active_bootstrap_skin.
//= require active_admin/base
//= require bootstrap-sprockets

//= require active_bootstrap_skin

Screens

Login

Admin

Admin Responsive

Admin viewport

Admin dropdown

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/vinhnglx/active_bootstrap_skin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.