m2s2-cli 0.2.2

CLI for scaffolding M²S² design system projects
1
2
3
4
5
6
7
8
9
<m2s2-page-header [config]="hero" />

<section class="features">
  @for (f of features; track f.title) {
    <m2s2-feature-card [config]="f" />
  }
</section>

<m2s2-cta-section [config]="cta" />