File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/material-examples/button-types Expand file tree Collapse file tree 1 file changed +14
-0
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 >
@@ -72,3 +82,7 @@ <h3>Mini Fab Buttons</h3>
72
82
</ button >
73
83
< a mat-mini-fab routerLink =". "> Link</ a >
74
84
</ div >
85
+
86
+ <!-- Copyright 2018 Google Inc. All Rights Reserved.
87
+ Use of this source code is governed by an MIT-style license that
88
+ can be found in the LICENSE file at http://angular.io/license -->
You can’t perform that action at this time.
0 commit comments