1
1
< h3 > Basic Buttons</ h3 >
2
- < div class ="button-row ">
2
+ < div class ="example- button-row ">
3
3
< button mat-button > Basic</ button >
4
4
< button mat-button color ="primary "> Primary</ button >
5
5
< button mat-button color ="accent "> Accent</ button >
@@ -9,7 +9,7 @@ <h3>Basic Buttons</h3>
9
9
</ div >
10
10
11
11
< h3 > Raised Buttons</ h3 >
12
- < div class ="button-row ">
12
+ < div class ="example- button-row ">
13
13
< button mat-raised-button > Basic</ button >
14
14
< button mat-raised-button color ="primary "> Primary</ button >
15
15
< button mat-raised-button color ="accent "> Accent</ button >
@@ -19,7 +19,7 @@ <h3>Raised Buttons</h3>
19
19
</ div >
20
20
21
21
< h3 > Stroked Buttons</ h3 >
22
- < div class ="button-row ">
22
+ < div class ="example- button-row ">
23
23
< button mat-stroked-button > Basic</ button >
24
24
< button mat-stroked-button color ="primary "> Primary</ button >
25
25
< button mat-stroked-button color ="accent "> Accent</ button >
@@ -29,7 +29,7 @@ <h3>Stroked Buttons</h3>
29
29
</ div >
30
30
31
31
< h3 > Flat Buttons</ h3 >
32
- < div class ="button-row ">
32
+ < div class ="example- button-row ">
33
33
< button mat-flat-button > Basic</ button >
34
34
< button mat-flat-button color ="primary "> Primary</ button >
35
35
< button mat-flat-button color ="accent "> Accent</ button >
@@ -39,7 +39,7 @@ <h3>Flat Buttons</h3>
39
39
</ div >
40
40
41
41
< h3 > Icon Buttons</ h3 >
42
- < div class ="button-row ">
42
+ < div class ="example- button-row ">
43
43
< button mat-icon-button >
44
44
< mat-icon aria-label ="Example icon-button with a heart icon "> favorite</ mat-icon >
45
45
</ button >
@@ -58,7 +58,7 @@ <h3>Icon Buttons</h3>
58
58
</ div >
59
59
60
60
< h3 > Fab Buttons</ h3 >
61
- < div class ="button-row ">
61
+ < div class ="example- button-row ">
62
62
< button mat-fab > Basic</ button >
63
63
< button mat-fab color ="primary "> Primary</ button >
64
64
< button mat-fab color ="accent "> Accent</ button >
@@ -71,7 +71,7 @@ <h3>Fab Buttons</h3>
71
71
</ div >
72
72
73
73
< h3 > Mini Fab Buttons</ h3 >
74
- < div class ="button-row ">
74
+ < div class ="example- button-row ">
75
75
< button mat-mini-fab > Basic</ button >
76
76
< button mat-mini-fab color ="primary "> Primary</ button >
77
77
< button mat-mini-fab color ="accent "> Accent</ button >
@@ -81,4 +81,4 @@ <h3>Mini Fab Buttons</h3>
81
81
< mat-icon aria-label ="Example icon-button with a heart icon "> favorite</ mat-icon >
82
82
</ button >
83
83
< a mat-mini-fab routerLink =". "> Link</ a >
84
- </ div >
84
+ </ div >
0 commit comments