samtimalsina / matter

Drupal 8 admin theme built on top of Google's Material Components for the Web

Home Page:https://www.drupal.org/project/matter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matter - Material Admin Theme

Screenshot

A cleaner Drupal 8 Admin Theme using Material Components for the Web.

Matter uses stable as the base theme to have the minimal markup necessary to render Drupal elements. Preference is given to adding/overriding classes in twig templates rather than using preprocessors.

To install:

In your Drupal root, using composer, run:

$ composer require drupal/matter

How to contribute:

This project uses webpack to compile the JavaScript and Style assets. To contribute, first install the npm libraries that this theme depends on.

$ npm install

To start compiling sass:

$ npm run watch

About

Drupal 8 admin theme built on top of Google's Material Components for the Web

https://www.drupal.org/project/matter


Languages

Language:HTML 61.6%Language:CSS 30.0%Language:JavaScript 7.4%Language:PHP 0.9%