Skip to content

sanduhrs/matter

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.7%
  • CSS 30.0%
  • JavaScript 7.4%
  • PHP 0.9%