mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
9 lines
No EOL
470 B
HTML
9 lines
No EOL
470 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>
|
|
<mat-button-toggle-group>
|
|
<mat-button-toggle value="left" [checked]="true">Toggle left</mat-button-toggle>
|
|
<mat-button-toggle value="right">Toggle right</mat-button-toggle>
|
|
</mat-button-toggle-group> |