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

Installation
- Add this to you Gemfile:
gem 'captive-admin'
Run
bundle installEdit
active_admin.scssfile- 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";
- Remove these two lines
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.