File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/material-examples/button-types Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ <h3>Stroked Buttons</h3>
28
28
< a mat-stroked-button routerLink =". "> Link</ a >
29
29
</ div >
30
30
31
+ < h3 > Flat Buttons</ h3 >
32
+ < div class ="button-row ">
33
+ < button mat-flat-button > Basic</ button >
34
+ < button mat-flat-button color ="primary "> Primary</ button >
35
+ < button mat-flat-button color ="accent "> Accent</ button >
36
+ < button mat-flat-button color ="warn "> Warn</ button >
37
+ < button mat-flat-button disabled > Disabled</ button >
38
+ < a mat-flat-button routerLink =". "> Link</ a >
39
+ </ div >
40
+
31
41
< h3 > Icon Buttons</ h3 >
32
42
< div class ="button-row ">
33
43
< button mat-icon-button >
@@ -71,4 +81,4 @@ <h3>Mini Fab Buttons</h3>
71
81
< mat-icon aria-label ="Example icon-button with a heart icon "> favorite</ mat-icon >
72
82
</ button >
73
83
< a mat-mini-fab routerLink =". "> Link</ a >
74
- </ div >
84
+ </ div >
You can’t perform that action at this time.
0 commit comments