@@ -40,45 +40,90 @@ <h3>Flat Buttons</h3>
40
40
41
41
< h3 > Icon Buttons</ h3 >
42
42
< div class ="example-button-row ">
43
- < button mat-icon-button aria-label ="Example icon-button with a heart icon ">
43
+ < button mat-icon-button matTooltip =" Basic " aria-label ="Example icon-button with a heart icon ">
44
44
< mat-icon > favorite</ mat-icon >
45
45
</ button >
46
- < button mat-icon-button color ="primary " aria-label ="Example icon-button with a heart icon ">
46
+ < button mat-icon-button matTooltip =" Primary " color ="primary " aria-label ="Example icon-button with a heart icon ">
47
47
< mat-icon > favorite</ mat-icon >
48
48
</ button >
49
- < button mat-icon-button color ="accent " aria-label ="Example icon-button with a heart icon ">
49
+ < button mat-icon-button matTooltip =" Accent " color ="accent " aria-label ="Example icon-button with a heart icon ">
50
50
< mat-icon > favorite</ mat-icon >
51
51
</ button >
52
- < button mat-icon-button color ="warn " aria-label ="Example icon-button with a heart icon ">
52
+ < button mat-icon-button matTooltip =" Warn " color ="warn " aria-label ="Example icon-button with a heart icon ">
53
53
< mat-icon > favorite</ mat-icon >
54
54
</ button >
55
- < button mat-icon-button disabled aria-label ="Example icon-button with a heart icon ">
55
+ < div matTooltip ="Disabled " class ="example-disabled ">
56
+ < button mat-icon-button disabled aria-label ="Example icon-button with a heart icon ">
57
+ < mat-icon > favorite</ mat-icon >
58
+ </ button >
59
+ </ div >
60
+ < a mat-icon-button matTooltip ="Lik " routerLink =". " aria-label ="Example icon-button with a heart icon ">
56
61
< mat-icon > favorite</ mat-icon >
57
- </ button >
62
+ </ a >
58
63
</ div >
59
64
60
65
< h3 > Fab Buttons</ h3 >
61
66
< div class ="example-button-row ">
62
- < button mat-fab > Basic</ button >
63
- < button mat-fab color ="primary "> Primary</ button >
64
- < button mat-fab color ="accent "> Accent</ button >
65
- < button mat-fab color ="warn "> Warn</ button >
66
- < button mat-fab disabled > Disabled</ button >
67
- < button mat-fab aria-label ="Example icon-button with a heart icon ">
67
+ < button mat-fab matTooltip ="Primary " color ="primary " aria-label ="Example fab with a heart icon ">
68
+ < mat-icon > favorite</ mat-icon >
69
+ </ button >
70
+ < button mat-fab matTooltip ="Accent " color ="accent " aria-label ="Example fab with a heart icon ">
68
71
< mat-icon > favorite</ mat-icon >
69
72
</ button >
70
- < a mat-fab routerLink =". "> Link</ a >
73
+ < button mat-fab matTooltip ="Warn " color ="warn " aria-label ="Example fab with a heart icon ">
74
+ < mat-icon > favorite</ mat-icon >
75
+ </ button >
76
+ < div matTooltip ="Disabled " class ="example-disabled ">
77
+ < button mat-fab disabled aria-label ="Example fab with a heart icon ">
78
+ < mat-icon > favorite</ mat-icon >
79
+ </ button >
80
+ </ div >
81
+ < a mat-fab matTooltip ="Link " routerLink =". " aria-label ="Example fab with a heart icon ">
82
+ < mat-icon > favorite</ mat-icon >
83
+ </ a >
71
84
</ div >
72
85
73
86
< h3 > Mini Fab Buttons</ h3 >
74
87
< div class ="example-button-row ">
75
- < button mat-mini-fab > Basic</ button >
76
- < button mat-mini-fab color ="primary "> Primary</ button >
77
- < button mat-mini-fab color ="accent "> Accent</ button >
78
- < button mat-mini-fab color ="warn "> Warn</ button >
79
- < button mat-mini-fab disabled > Disabled</ button >
80
- < button mat-mini-fab aria-label ="Example icon-button with a heart icon ">
88
+ < button mat-mini-fab matTooltip ="Primary " color ="primary " aria-label ="Example mini fab with a heart icon ">
81
89
< mat-icon > favorite</ mat-icon >
82
90
</ button >
83
- < a mat-mini-fab routerLink =". "> Link</ a >
91
+ < button mat-mini-fab matTooltip ="Accent " color ="accent " aria-label ="Example mini fab with a heart icon ">
92
+ < mat-icon > favorite</ mat-icon >
93
+ </ button >
94
+ < button mat-mini-fab matTooltip ="Warn " color ="warn " aria-label ="Example mini fab with a heart icon ">
95
+ < mat-icon > favorite</ mat-icon >
96
+ </ button >
97
+ < div matTooltip ="Disabled " class ="example-disabled ">
98
+ < button mat-mini-fab disabled aria-label ="Example mini fab with a heart icon ">
99
+ < mat-icon > favorite</ mat-icon >
100
+ </ button >
101
+ </ div >
102
+ < a mat-mini-fab matTooltip ="Link " routerLink =". " aria-label ="Example mini fab with a heart icon ">
103
+ < mat-icon > favorite</ mat-icon >
104
+ </ a >
105
+ </ div >
106
+
107
+ < h3 > Extended Fab</ h3 >
108
+ < div class ="example-button-row ">
109
+ < button mat-fab extended color ="primary ">
110
+ < mat-icon > favorite</ mat-icon >
111
+ Primary
112
+ </ button >
113
+ < button mat-fab extended color ="accent ">
114
+ < mat-icon > favorite</ mat-icon >
115
+ Accent
116
+ </ button >
117
+ < button mat-fab extended color ="warn ">
118
+ < mat-icon > favorite</ mat-icon >
119
+ Warn
120
+ </ button >
121
+ < button mat-fab extended disabled >
122
+ < mat-icon > favorite</ mat-icon >
123
+ Disabled
124
+ </ button >
125
+ < a mat-fab extended routerLink =". ">
126
+ < mat-icon > favorite</ mat-icon >
127
+ Link
128
+ </ a >
84
129
</ div >
0 commit comments