All Projects → dkniffin → Active_material

dkniffin / Active_material

Licence: mit
ActiveAdmin skin based on Google's Material Design

Labels

Projects that are alternatives of or similar to Active material

Vulkan Guide
Introductory guide to vulkan.
Stars: ✭ 136 (-12.82%)
Mutual labels:  scss
Skeleton Sass
Skeleton Sass is a highly modular version of Skeleton CSS
Stars: ✭ 151 (-3.21%)
Mutual labels:  scss
Gatsby Serif Theme
Serif is a beautiful small business theme for Gatsby.
Stars: ✭ 153 (-1.92%)
Mutual labels:  scss
Card
💳 make your credit card form better in one line of code
Stars: ✭ 11,365 (+7185.26%)
Mutual labels:  scss
Stackbit Theme Planty
Planty is an e-commerce ready theme for Stackbit, powered by Snipcart.
Stars: ✭ 151 (-3.21%)
Mutual labels:  scss
React Native Sass Transformer
Use Sass to style your React Native apps.
Stars: ✭ 151 (-3.21%)
Mutual labels:  scss
Csscreatures
Make a creature by tweeting to @csscreatures
Stars: ✭ 144 (-7.69%)
Mutual labels:  scss
Kindling
A pocket-sized grid system built on the flex display property.
Stars: ✭ 155 (-0.64%)
Mutual labels:  scss
Sass Spec
Official Sass Spec Suite
Stars: ✭ 151 (-3.21%)
Mutual labels:  scss
Nice Router Taro
nice-router 第0适合后端程序员的前端小程序开发框架
Stars: ✭ 152 (-2.56%)
Mutual labels:  scss
Carettab
CaretTab - New Tab Page Replacement
Stars: ✭ 147 (-5.77%)
Mutual labels:  scss
React Redux Architecture
Learn how to architect a React Redux application in a classy way
Stars: ✭ 148 (-5.13%)
Mutual labels:  scss
Whimsical
A curated list of websites with an extra bit of fun.
Stars: ✭ 153 (-1.92%)
Mutual labels:  scss
Biomatic
A Flexible Atomic-Focused CSS Toolkit
Stars: ✭ 145 (-7.05%)
Mutual labels:  scss
Active admin theme
👍 flat skin for activeadmin
Stars: ✭ 154 (-1.28%)
Mutual labels:  scss
Todogroup.org
The group for companies that run open source programs
Stars: ✭ 144 (-7.69%)
Mutual labels:  scss
Gorko
A tiny Sass token class generator.
Stars: ✭ 151 (-3.21%)
Mutual labels:  scss
Now Ui Dashboard
Now UI Dashboard - Open Source Admin Template
Stars: ✭ 155 (-0.64%)
Mutual labels:  scss
Controle De Ponto
Controle pessoal para ponto eletrônico
Stars: ✭ 154 (-1.28%)
Mutual labels:  scss
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (-1.28%)
Mutual labels:  scss

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", github: "vigetlabs/active_material"

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";

Additionally, ActiveMaterial comes with an optional JavaScript bundle that adds a few additional features. It should be included right after the active_admin base script.

In app/assets/javascripts/active_admin.js, add:

//= require 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

Issue and PR reviews

Another way you can help is by reviewing issues, trying to reproduce bugs, and providing feedback on PRs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].