mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Add toggle button example
This commit is contained in:
parent
eaf4143731
commit
c9d9a26c35
2 changed files with 5 additions and 2 deletions
|
|
@ -3,4 +3,7 @@
|
||||||
<button mat-stroked-button color="primary">Stroked</button>
|
<button mat-stroked-button color="primary">Stroked</button>
|
||||||
<button mat-flat-button color="primary">Flat</button>
|
<button mat-flat-button color="primary">Flat</button>
|
||||||
<button mat-fab color="primary">FAB</button>
|
<button mat-fab color="primary">FAB</button>
|
||||||
<button mat-mini-fab color="primary">mini</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>
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
button {
|
button, mat-button-toggle-group {
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue