@@ -78,9 +78,9 @@ Choose the type of chip based on its purpose and author.
78
78
text message replies.
79
79
80
80
<!-- no-catalog-start -->
81
- <!-- TODO: add image -->
81
+ <!-- Need to add image -->
82
82
<!-- no-catalog-end -->
83
- <!-- TODO: catalog-include "figures/<component>/usage.html" -->
83
+ <!-- Need to add catalog-include "figures/<component>/usage.html" -->
84
84
85
85
``` html
86
86
<md-chip-set >
@@ -100,9 +100,9 @@ Chips should always appear in a set. Chip sets are
100
100
that can display any type of chip or other toolbar items.
101
101
102
102
<!-- no-catalog-start -->
103
- <!-- TODO: add image -->
103
+ <!-- Need to add image -->
104
104
<!-- no-catalog-end -->
105
- <!-- TODO: catalog-include "figures/<component>/usage.html" -->
105
+ <!-- Need to add catalog-include "figures/<component>/usage.html" -->
106
106
107
107
``` html
108
108
<h3 >New event</h3 >
@@ -119,9 +119,9 @@ All chips may display an optional icon. Input chips can specify if an avatar
119
119
picture is displayed.
120
120
121
121
<!-- no-catalog-start -->
122
- <!-- TODO: add image -->
122
+ <!-- Need to add image -->
123
123
<!-- no-catalog-end -->
124
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
124
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
125
125
<!-- catalog-only-end -->
126
126
127
127
``` html
@@ -142,9 +142,9 @@ Assist, filter, and suggestion chips can be elevated if the placement requires
142
142
protection, such as on top of an image.
143
143
144
144
<!-- no-catalog-start -->
145
- <!-- TODO: add image -->
145
+ <!-- Need to add image -->
146
146
<!-- no-catalog-end -->
147
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
147
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
148
148
<!-- catalog-only-end -->
149
149
150
150
``` html
@@ -208,9 +208,9 @@ Assist chips function as though the user asked an assistant to complete the
208
208
action. They should appear dynamically and contextually in a UI.
209
209
210
210
<!-- no-catalog-start -->
211
- <!-- TODO: add image -->
211
+ <!-- Need to add image -->
212
212
<!-- no-catalog-end -->
213
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
213
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
214
214
<!-- catalog-only-end -->
215
215
216
216
``` html
@@ -234,9 +234,9 @@ use tags or descriptive words to filter content. They can be a good alternative
234
234
to toggle buttons or checkboxes.
235
235
236
236
<!-- no-catalog-start -->
237
- <!-- TODO: add image -->
237
+ <!-- Need to add image -->
238
238
<!-- no-catalog-end -->
239
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
239
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
240
240
<!-- catalog-only-end -->
241
241
242
242
``` html
@@ -255,9 +255,9 @@ Filter chips can optionally be removable from the chip set. Removable chips have
255
255
a trailing remove icon.
256
256
257
257
<!-- no-catalog-start -->
258
- <!-- TODO: add image -->
258
+ <!-- Need to add image -->
259
259
<!-- no-catalog-end -->
260
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
260
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
261
261
<!-- catalog-only-end -->
262
262
263
263
``` html
@@ -282,9 +282,9 @@ Input chips whose icons are user images may add the `avatar` attribute to
282
282
display the image in a larger circle.
283
283
284
284
<!-- no-catalog-start -->
285
- <!-- TODO: add image -->
285
+ <!-- Need to add image -->
286
286
<!-- no-catalog-end -->
287
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
287
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
288
288
<!-- catalog-only-end -->
289
289
290
290
``` html
@@ -306,9 +306,9 @@ All input chips are removable. If an input chip does not have an action
306
306
associated with clicking on it, it may be marked as ` remove-only ` .
307
307
308
308
<!-- no-catalog-start -->
309
- <!-- TODO: add image -->
309
+ <!-- Need to add image -->
310
310
<!-- no-catalog-end -->
311
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
311
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
312
312
<!-- catalog-only-end -->
313
313
314
314
``` html
@@ -328,9 +328,9 @@ help narrow a user’s intent by presenting dynamically generated suggestions,
328
328
such as possible responses or search filters.
329
329
330
330
<!-- no-catalog-start -->
331
- <!-- TODO: add image -->
331
+ <!-- Need to add image -->
332
332
<!-- no-catalog-end -->
333
- <!-- TODO: catalog-include "figures/<component>/usage-scenario-one.html" -->
333
+ <!-- Need to add catalog-include "figures/<component>/usage-scenario-one.html" -->
334
334
<!-- catalog-only-end -->
335
335
336
336
``` html
@@ -363,9 +363,9 @@ Token | Default value
363
363
### Assist chip example
364
364
365
365
<!-- no-catalog-start -->
366
- <!-- TODO: add image -->
366
+ <!-- Need to add image -->
367
367
<!-- no-catalog-end -->
368
- <!-- TODO: catalog-include "figures/<component>/theming.html" -->
368
+ <!-- Need to add catalog-include "figures/<component>/theming.html" -->
369
369
370
370
``` html
371
371
<style >
@@ -397,9 +397,9 @@ Token | Default value
397
397
### Filter chip example
398
398
399
399
<!-- no-catalog-start -->
400
- <!-- TODO: add image -->
400
+ <!-- Need to add image -->
401
401
<!-- no-catalog-end -->
402
- <!-- TODO: catalog-include "figures/<component>/theming.html" -->
402
+ <!-- Need to add catalog-include "figures/<component>/theming.html" -->
403
403
404
404
``` html
405
405
<style >
@@ -431,9 +431,9 @@ Token | Default value
431
431
### Input chip example
432
432
433
433
<!-- no-catalog-start -->
434
- <!-- TODO: add image -->
434
+ <!-- Need to add image -->
435
435
<!-- no-catalog-end -->
436
- <!-- TODO: catalog-include "figures/<component>/theming.html" -->
436
+ <!-- Need to add catalog-include "figures/<component>/theming.html" -->
437
437
438
438
``` html
439
439
<style >
@@ -464,9 +464,9 @@ Token | Default value
464
464
### Suggestion chip example
465
465
466
466
<!-- no-catalog-start -->
467
- <!-- TODO: add image -->
467
+ <!-- Need to add image -->
468
468
<!-- no-catalog-end -->
469
- <!-- TODO: catalog-include "figures/<component>/theming.html" -->
469
+ <!-- Need to add catalog-include "figures/<component>/theming.html" -->
470
470
471
471
``` html
472
472
<style >
0 commit comments