File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
< section >
2
- < h2 > Fingerprint icon (Decorative icons)</ h2 >
2
+ < h2 > Fingerprint status</ h2 >
3
+ < p > Showing a status message with a purely decorative icon</ p >
3
4
< md-icon color ="primary "> fingerprint</ md-icon >
5
+ Your fingerprint was recorded!
4
6
</ section >
5
7
6
8
< section >
7
- < h2 > Delete icon (Interactive icons) </ h2 >
9
+ < h2 > Delete icon button </ h2 >
10
+ < p > Showing a button with interactive icon which can perform an action</ p >
8
11
< button md-icon-button aria-label ="Delete " (click) ="deleteIcon() ">
9
12
< md-icon color ="accent "> delete</ md-icon >
10
13
</ button >
11
14
</ section >
12
15
13
16
< section >
14
- < h2 > Done icon (Indicator icons) </ h2 >
17
+ < h2 > Home link </ h2 >
18
+ < p > Showing a link with interactive icon</ p >
19
+ < a md-icon-button aria-label ="Home " href ="http://www.google.com ">
20
+ < md-icon color ="primary "> home</ md-icon >
21
+ </ a >
22
+ </ section >
23
+
24
+ < section >
25
+ < h2 > Done status </ h2 >
26
+ < p > Showing a status indicator with an indicator icon</ p >
15
27
< md-icon color ="warn "> done</ md-icon >
16
28
< span class ="cdk-visually-hidden "> Done</ span >
17
29
</ section >
You can’t perform that action at this time.
0 commit comments