Sha256: 1e6fae10d0bc4ac27b33f7dbb2b9023695016c4ece0ffc7672c4b86b4e5074c1
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# captive-admin [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Gem Version](https://img.shields.io/gem/v/captive-admin.svg)](https://rubygems.org/gems/captive-admin) A UI theme for ActiveAdmin that follows [Captive](https://captive.fr)'s Design System ![Screenshot](doc/screenshot.png) ## Installation - Add this to you Gemfile: ```ruby 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](./lib/generators/admin/USAGE) : ```console 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](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
captive-admin-0.2.12 | README.md |
captive-admin-0.2.11 | README.md |