mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
6 lines
317 B
HTML
6 lines
317 B
HTML
|
|
<button mat-button color="primary">Basic</button>
|
||
|
|
<button mat-raised-button color="primary">Raised</button>
|
||
|
|
<button mat-stroked-button color="primary">Stroked</button>
|
||
|
|
<button mat-flat-button color="primary">Flat</button>
|
||
|
|
<button mat-fab color="primary">FAB</button>
|
||
|
|
<button mat-mini-fab color="primary">mini</button>
|