@@ -101,14 +101,6 @@ <h2>Design & API Documentation</h2>
101
101
< td > fullBleed: boolean</ td >
102
102
< td > Removes the action area's padding and causes its only child (an mdc-card__action element) to consume 100% of the action area's width.</ td >
103
103
</ tr >
104
- < tr >
105
- < td > icons: boolean</ td >
106
- < td > A group of supplemental action icons, displayed on the right side of the card (in LTR), adjacent to mdc-card-action buttons</ td >
107
- </ tr >
108
- < tr >
109
- < td > buttons: boolean</ td >
110
- < td > A group of action buttons, displayed on the left side of the card (in LTR), adjacent to mdc-card-action icons</ td >
111
- </ tr >
112
104
</ tbody >
113
105
</ table >
114
106
@@ -149,7 +141,7 @@ <h2>Design & API Documentation</h2>
149
141
</ tr >
150
142
< tr >
151
143
< td >
152
- < span mdcSubtitle2 > Example : mdcCardAction="icon" or mdcCardAction="button"</ span >
144
+ < span mdcSubtitle2 > Usage : mdcCardAction="icon" or mdcCardAction="button"</ span >
153
145
</ td >
154
146
</ tr >
155
147
</ tbody >
@@ -166,8 +158,8 @@ <h2>Basic Usage</h2>
166
158
</ div >
167
159
168
160
< mdc-card class ="demo-card ">
169
- < mdc-card-primary-action mdc-ripple >
170
- < mdc-card-media class ="demo-card__media--16-9 " [ wide] =" true " > </ mdc-card-media >
161
+ < mdc-card-primary-action >
162
+ < mdc-card-media class ="demo-card__media--16-9 " wide > </ mdc-card-media >
171
163
< div class ="demo-card__primary ">
172
164
< h2 class ="demo-card__title " mdcHeadline6 > Our Changing Planet</ h2 >
173
165
< h3 class ="demo-card__subtitle " mdcSubtitle2 > by Kurt Wagner</ h3 >
@@ -192,7 +184,7 @@ <h3 class="demo-card__subtitle" mdcSubtitle2>by Kurt Wagner</h3>
192
184
</ mdc-card-actions >
193
185
</ mdc-card >
194
186
195
- < mdc-card [outlined] =" true " class ="demo-card ">
187
+ < mdc-card class ="demo-card " outlined >
196
188
< div class ="demo-card-article-group-heading " mdcSubtitle2 > Headlines</ div >
197
189
< mdc-list-divider > </ mdc-list-divider >
198
190
< mdc-ripple class ="demo-card-article ">
@@ -216,7 +208,7 @@ <h2 class="demo-card-article__title" mdcHeadline5>Asia's clean energy ambitions<
216
208
</ p >
217
209
</ mdc-ripple >
218
210
< mdc-list-divider > </ mdc-list-divider >
219
- < mdc-card-actions [ fullBleed] =" true " >
211
+ < mdc-card-actions fullBleed >
220
212
< button mdc-button mdcCardAction ="button ">
221
213
All Business Headlines
222
214
< mdc-icon > arrow_forward</ mdc-icon >
@@ -225,30 +217,32 @@ <h2 class="demo-card-article__title" mdcHeadline5>Asia's clean energy ambitions<
225
217
</ mdc-card >
226
218
227
219
< mdc-card class ="demo-card demo-card--photo ">
228
- < mdc-card-primary-action mdc-ripple >
229
- < mdc-card-media [ square] =" true " class ="demo-card__media ">
220
+ < mdc-card-primary-action >
221
+ < mdc-card-media square class ="demo-card__media ">
230
222
< mdc-card-media-content class ="demo-card__media-content--with-title ">
231
223
< div class ="demo-card__media-title " mdcSubtitle2 > Vacation Photos</ div >
232
224
</ mdc-card-media-content >
233
225
</ mdc-card-media >
234
226
</ mdc-card-primary-action >
235
- < mdc-card-actions [icons] ="true ">
236
- < button mdcIconButton mdcCardAction ="icon ">
237
- < mdc-icon mdcIconOn > favorite</ mdc-icon >
238
- < mdc-icon > favorite_border</ mdc-icon >
239
- </ button >
240
- < button mdcIconButton mdcCardAction ="icon ">
241
- < mdc-icon mdcIconOn > bookmark</ mdc-icon >
242
- < mdc-icon > bookmark_border</ mdc-icon >
243
- </ button >
244
- < mdc-icon mdcCardAction ="icon " mdcRipple > share</ mdc-icon >
227
+ < mdc-card-actions >
228
+ < mdc-card-action-icons >
229
+ < button mdcIconButton mdcCardAction ="icon ">
230
+ < mdc-icon mdcIconOn > favorite</ mdc-icon >
231
+ < mdc-icon > favorite_border</ mdc-icon >
232
+ </ button >
233
+ < button mdcIconButton mdcCardAction ="icon ">
234
+ < mdc-icon mdcIconOn > bookmark</ mdc-icon >
235
+ < mdc-icon > bookmark_border</ mdc-icon >
236
+ </ button >
237
+ < mdc-icon mdcCardAction ="icon " mdcRipple > share</ mdc-icon >
238
+ </ mdc-card-action-icons >
245
239
</ mdc-card-actions >
246
240
</ mdc-card >
247
241
248
242
< mdc-card class ="demo-card demo-card--music ">
249
- < mdc-card-primary-action mdc-ripple >
243
+ < mdc-card-primary-action >
250
244
< div class ="demo-card__music-row ">
251
- < mdc-card-media [ square] =" true " class ="demo-card__media demo-card__media--music "> </ mdc-card-media >
245
+ < mdc-card-media square class ="demo-card__media demo-card__media--music "> </ mdc-card-media >
252
246
< div class ="demo-card__music-info ">
253
247
< div class ="demo-card__music-title " mdcHeadline5 > Title</ div >
254
248
< div class ="demo-card__music-artist " mdcBody2 > Under the Grave</ div >
0 commit comments