@porscheinformatik/material-addons
v18.0.5
Published
Custom theme and components for Angular Material
Downloads
489
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
Install Material Addons package using npm.
npm install @porscheinformatik/material-addons
Add the stylesheet at the top of your projects from the folder themes, for example:
@import '@porscheinformatik/material-addons/themes/poa';
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.