@altack/alpha

Alpha Theme for Sorbotics apps

Usage no npm install needed!

<script type="module">
  import altackAlpha from 'https://cdn.skypack.dev/@altack/alpha';
</script>

README

Alpha for Angular Material 10

An Angular Material theme based on Alpha Design Spec.

How to use?

  1. Install Angular Material
    ng add @angular/material

    During the configuration setup choose:
    - Custom Theme
    - Don't install Google Material fonts

  2. Install Alpha theme
    npm i @altack/alpha

  3. Modify the styles.scss file from your src folder to include alpha.scss
    @import "~@altack/alpha";
    Please remove all related Angular Material configuration, they are already included in alpha.scss.

What else is included?

  • CSS reset by ress
  • Bootstrap Grid
  • Bootstrap Flex utilities
  • Bootstrap Display & Visibility utilities
  • Bootstrap Sizing & Spacing utilities