ActiveMaterial

An ActiveAdmin skin based on Google's Material Design.

  1. Installation
  2. Usage
  3. Customization
  4. Contributing

Installation

Add this line to your application's Gemfile:

gem "active_material", git: "[email protected]:vigetlabs/active_material.git"

And then execute:

$ bundle

Or install it yourself as:

$ gem install active_material

Usage

In app/assets/stylesheets/active_admin.css.scss, replace:

@import "active_admin/base";

with

@import "active_material";

Customization

Refer to the Customization Guide.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/active_material/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Code At Viget

Visit code.viget.com to see more projects from Viget.