@porscheinformatik/material-addons

Custom theme and components for Angular Material

Usage no npm install needed!

<script type="module">
  import porscheinformatikMaterialAddons from 'https://cdn.skypack.dev/@porscheinformatik/material-addons';
</script>

README

About

The goal of "material addons" is to achieve a stylesheet similar to Clarity Addons for Angular Material.

Requirements

Material addons requires an already set-up Angular Material project. To do a fresh start please follow the official Angular Material guide before you continue, but exclude step 4 ("include a theme").

Installation

  1. Install Material Addons package using npm.

    npm install @porscheinformatik/material-addons
    
  2. Add the stylesheet at the top of your projects from the folder themes, for example:

    @import '~@porscheinformatik/material-addons/themes/pvb';
    
  3. To use a component, you need to import the Module of the component in your app.module.ts:

Demo

The demo website is linked on the github repository page.