captive-admin

License: MIT Gem Version

A UI theme for ActiveAdmin that follows Captive's Design System

Screenshot

Installation

  • Add this to you Gemfile:
gem 'captive-admin'
  • Run bundle install

  • Edit active_admin.scss file

    • Remove these two lines scss @import "active_admin/mixins"; @import "active_admin/base";
    • Replace with these two lines scss @import "captive-admin/mixins"; @import "captive-admin/base";

Usage

You can use the admin generator. See the usage doc to read more information :

bin/rails generate admin Thing

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Captive-Studio/captive-sdk.

License

The gem is available as open source under the terms of the MIT License.