mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Add toggle button example
This commit is contained in:
parent
747f48d021
commit
28d6ad2103
2 changed files with 5 additions and 2 deletions
|
|
@ -3,4 +3,7 @@
|
|||
<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>
|
||||
<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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue