|
4 | 4 | <button matButton>Basic</button> |
5 | 5 | <button matButton disabled>Disabled</button> |
6 | 6 | <a matButton href="https://www.google.com/" target="_blank">Link</a> |
7 | | - <button matButton showProgress="true"> |
8 | | - Progress |
9 | | - <mat-progress-spinner |
10 | | - progressIndicator |
11 | | - mode="indeterminate" |
12 | | - diameter="20" |
13 | | - aria-label="Loading" |
14 | | - tabindex="" |
15 | | - /> |
16 | | - </button> |
17 | 7 | </div> |
18 | 8 | </section> |
19 | 9 | <mat-divider/> |
|
23 | 13 | <button matButton="elevated">Basic</button> |
24 | 14 | <button matButton="elevated" disabled>Disabled</button> |
25 | 15 | <a matButton="elevated" href="https://www.google.com/" target="_blank">Link</a> |
26 | | - <button matButton="elevated" showProgress="true"> |
27 | | - Progress |
28 | | - <mat-progress-spinner |
29 | | - progressIndicator |
30 | | - mode="indeterminate" |
31 | | - diameter="20" |
32 | | - aria-label="Loading" |
33 | | - tabindex="" |
34 | | - /> |
35 | | - </button> |
36 | 16 | </div> |
37 | 17 | </section> |
38 | 18 | <mat-divider/> |
|
42 | 22 | <button matButton="outlined">Basic</button> |
43 | 23 | <button matButton="outlined" disabled>Disabled</button> |
44 | 24 | <a matButton="outlined" href="https://www.google.com/" target="_blank">Link</a> |
45 | | - <button matButton="outlined" showProgress="true"> |
46 | | - Progress |
47 | | - <mat-progress-spinner |
48 | | - progressIndicator |
49 | | - mode="indeterminate" |
50 | | - diameter="20" |
51 | | - aria-label="Loading" |
52 | | - tabindex="" |
53 | | - /> |
54 | | - </button> |
55 | 25 | </div> |
56 | 26 | </section> |
57 | 27 | <mat-divider/> |
|
61 | 31 | <button matButton="filled">Basic</button> |
62 | 32 | <button matButton="filled" disabled>Disabled</button> |
63 | 33 | <a matButton="filled" href="https://www.google.com/" target="_blank">Link</a> |
64 | | - <button matButton="filled" showProgress="true"> |
65 | | - Progress |
66 | | - <mat-progress-spinner |
67 | | - progressIndicator |
68 | | - mode="indeterminate" |
69 | | - diameter="20" |
70 | | - aria-label="Loading" |
71 | | - tabindex="" |
72 | | - /> |
73 | | - </button> |
74 | 34 | </div> |
75 | 35 | </section> |
76 | 36 | <mat-divider/> |
|
80 | 40 | <button matButton="tonal" >Basic</button> |
81 | 41 | <button matButton="tonal" disabled>Disabled</button> |
82 | 42 | <a matButton="tonal" href="https://www.google.com/" target="_blank">Link</a> |
83 | | - <button matButton="tonal" showProgress="true"> |
84 | | - Progress |
85 | | - <mat-progress-spinner |
86 | | - progressIndicator |
87 | | - mode="indeterminate" |
88 | | - diameter="20" |
89 | | - aria-label="Loading" |
90 | | - tabindex="" |
91 | | - /> |
92 | | - </button> |
93 | 43 | </div> |
94 | 44 | </section> |
95 | 45 | <mat-divider/> |
|
103 | 53 | <button matIconButton disabled aria-label="Example icon button with a open in new tab icon"> |
104 | 54 | <mat-icon>open_in_new</mat-icon> |
105 | 55 | </button> |
106 | | - <button matIconButton showProgress="true" aria-label="Example icon button with a download icon"> |
107 | | - <mat-icon>download</mat-icon> |
108 | | - <mat-progress-spinner |
109 | | - progressIndicator |
110 | | - mode="indeterminate" |
111 | | - diameter="20" |
112 | | - aria-label="Loading" |
113 | | - tabindex="" |
114 | | - /> |
115 | | - </button> |
116 | 56 | </div> |
117 | 57 | </div> |
118 | 58 | </section> |
|
127 | 67 | <button matFab disabled aria-label="Example icon button with a heart icon"> |
128 | 68 | <mat-icon>favorite</mat-icon> |
129 | 69 | </button> |
130 | | - <button matFab showProgress="true" aria-label="Example icon button with a skull icon"> |
131 | | - <mat-icon>skull</mat-icon> |
132 | | - <mat-progress-spinner |
133 | | - progressIndicator |
134 | | - mode="indeterminate" |
135 | | - diameter="20" |
136 | | - aria-label="Loading" |
137 | | - tabindex="" |
138 | | - /> |
139 | | - </button> |
140 | 70 | </div> |
141 | 71 | </div> |
142 | 72 | </section> |
|
151 | 81 | <button matMiniFab disabled aria-label="Example icon button with a home icon"> |
152 | 82 | <mat-icon>home</mat-icon> |
153 | 83 | </button> |
154 | | - <button matMiniFab showProgress="true" aria-label="Example icon button with a wifi icon"> |
155 | | - <mat-icon>wifi</mat-icon> |
156 | | - <mat-progress-spinner |
157 | | - progressIndicator |
158 | | - mode="indeterminate" |
159 | | - diameter="20" |
160 | | - aria-label="Loading" |
161 | | - tabindex="" |
162 | | - /> |
163 | | - </button> |
164 | 84 | </div> |
165 | 85 | </div> |
166 | 86 | </section> |
|
181 | 101 | <mat-icon>favorite</mat-icon> |
182 | 102 | Link |
183 | 103 | </a> |
184 | | - <button matFab extended showProgress="true"> |
185 | | - <mat-icon>favorite</mat-icon> |
186 | | - Progress |
187 | | - <mat-progress-spinner |
188 | | - progressIndicator |
189 | | - mode="indeterminate" |
190 | | - diameter="20" |
191 | | - aria-label="Loading" |
192 | | - tabindex="" |
193 | | - /> |
194 | | - </button> |
195 | 104 | </div> |
196 | 105 | </div> |
197 | 106 | </section> |
0 commit comments