vinhnglx / active_bootstrap_skin

Bootstrap skin for Active Admin :rocket: :rocket: :rocket:
MIT License
134 stars 28 forks source link
activeadmin activeadmin-resource activeadmin-themes bootstrap3-theme rubygems

ActiveBootstrapSkin

Codewake

Bootstrap skin for Active Admin.

Installation

# 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

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

// Active Bootstrap
@import "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.