forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
carbon.yml
727 lines (727 loc) · 38.5 KB
/
carbon.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# yaml-language-server: $schema=https://unpkg.com/@carbon-platform/schemas@v1/carbon-resources.schema.json
library:
id: carbon-styles
name: Carbon Styles
description: Common component Sass styles
noIndex: true
externalDocsUrl: https://www.carbondesignsystem.com/
assets:
accordion:
name: Accordion
description: An accordion is a vertically stacked list of headers that reveal or hide associated sections of content.
externalDocsUrl: https://www.carbondesignsystem.com/components/accordion/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/accordion.svg
tags:
- data-display
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/accordion/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/accordion/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/accordion/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/accordion/accessibility.mdx
breadcrumb:
name: Breadcrumb
description: The breadcrumb is a secondary navigation pattern that helps a user understand the hierarchy among levels and navigate back through them.
externalDocsUrl: https://www.carbondesignsystem.com/components/breadcrumb/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/breadcrumb.svg
tags:
- structural-navigation
- contextual-navigation
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/breadcrumb/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/breadcrumb/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/breadcrumb/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/breadcrumb/accessibility.mdx
button:
name: Button
description: Buttons are used to initialize an action. Button labels express what action will occur when the user interacts with it.
externalDocsUrl: https://www.carbondesignsystem.com/components/button/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/button.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/button/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/button/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/button/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/button/accessibility.mdx
checkbox:
name: Checkbox
description: Checkboxes are used when there are multiple items to select in a list. Users can select zero, one, or any number of items.
externalDocsUrl: https://www.carbondesignsystem.com/components/checkbox/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/checkbox.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/checkbox/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/checkbox/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/checkbox/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/checkbox/accessibility.mdx
code-snippet:
name: Code snippet
description: Code snippets are strings or small blocks of reusable code that can be copied and inserted in a code file.
externalDocsUrl: https://www.carbondesignsystem.com/components/code-snippet/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/code-snippet.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/code-snippet/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/code-snippet/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/code-snippet/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/code-snippet/accessibility.mdx
content-switcher:
name: Content switcher
description: Content switchers allow users to toggle between two or more content sections within the same space on screen.
externalDocsUrl: https://www.carbondesignsystem.com/components/content-switcher/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/content-switcher.svg
tags:
- input-control
- contextual-navigation
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/content-switcher/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/content-switcher/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/content-switcher/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/content-switcher/accessibility.mdx
data-table:
name: Data table
description: Data tables are used to organize and display data efficiently. The data table component allows for customization with additional functionality, as needed by your product’s users.
externalDocsUrl: https://www.carbondesignsystem.com/components/data-table/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/data-table.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/data-table/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/data-table/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/data-table/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/data-table/accessibility.mdx
date-picker:
name: Date picker
description: Date and time pickers allow users to select a single or a range of dates and times.
externalDocsUrl: https://www.carbondesignsystem.com/components/date-picker/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/date-picker.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/date-picker/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/date-picker/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/date-picker/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/date-picker/accessibility.mdx
dropdown:
name: Dropdown
description: Dropdowns present a list of options from which a user can select one option, or several. A selected option can represent a value in a form, or can be used as an action to filter or sort existing content.
externalDocsUrl: https://www.carbondesignsystem.com/components/dropdown/usage/
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/dropdown.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/dropdown/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/dropdown/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/dropdown/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/dropdown/accessibility.mdx
file-uploader:
name: File uploader
description: File uploaders allow users to select one or more files to upload to a specific location.
externalDocsUrl: https://www.carbondesignsystem.com/components/file-uploader/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/file-uploader.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/file-uploader/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/file-uploader/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/file-uploader/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/file-uploader/accessibility.mdx
form:
name: Form
description: A form is a group of related input controls that allows users to provide data or configure options.
externalDocsUrl: https://www.carbondesignsystem.com/components/form/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/form.svg
tags:
- form
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/form/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/form/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/form/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/form/accessibility.mdx
inline-loading:
name: Inline loading
description: The inline loading component provides visual feedback that data is being processed.
externalDocsUrl: https://www.carbondesignsystem.com/components/inline-loading/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/inline-loading.svg
tags:
- system-feedback
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/inline-loading/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/inline-loading/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/inline-loading/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/inline-loading/accessibility.mdx
link:
name: Link
description: Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.
externalDocsUrl: https://www.carbondesignsystem.com/components/link/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/link.svg
tags:
- contextual-navigation
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/link/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/link/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/link/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/link/accessibility.mdx
list:
name: List
description: Lists are vertical groupings of related content. List items begin with either a number or a bullet.
externalDocsUrl: https://www.carbondesignsystem.com/components/list/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/list.svg
tags:
- data-display
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/list/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/list/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/list/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/list/accessibility.mdx
loading:
name: Loading
description: Loading spinners are used when retrieving data or performing slow computations, and help to notify users that loading is underway.
externalDocsUrl: https://www.carbondesignsystem.com/components/loading/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/loading.svg
tags:
- system-feedback
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/loading/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/loading/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/loading/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/loading/accessibility.mdx
modal:
name: Modal
description: Modals focus the user’s attention exclusively on one task or piece of information via a window that sits on top of the page content.
externalDocsUrl: https://www.carbondesignsystem.com/components/modal/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/modal.svg
tags:
- system-feedback
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/modal/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/modal/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/modal/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/modal/accessibility.mdx
multiselect:
name: Multiselect
description: Use when you can select multiple options from a list or to filter information.
externalDocsUrl: https://www.carbondesignsystem.com/components/dropdown/usage/#multiselect
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/multiselect.svg
tags:
- input-control
notification:
name: Notification
description: Notifications are messages that communicate information to the user. The three variants of notifications are toast notifications, inline notifications, and actionable notifications.
externalDocsUrl: https://www.carbondesignsystem.com/components/notification/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/notification.svg
tags:
- system-feedback
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/notification/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/notification/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/notification/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/notification/accessibility.mdx
number-input:
name: Number input
description: The number input component is used for entering numeric values and includes controls for incrementally increasing or decreasing the value.
externalDocsUrl: https://www.carbondesignsystem.com/components/number-input/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/number-input.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/number-input/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/number-input/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/number-input/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/number-input/accessibility.mdx
pagination:
name: Pagination
description: Pagination is used for splitting up content or data into several pages, with a control for navigating to the next or previous page.
externalDocsUrl: https://www.carbondesignsystem.com/components/pagination/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/pagination.svg
tags:
- data-display
- contextual-navigation
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/pagination/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/pagination/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/pagination/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/pagination/accessibility.mdx
progress-indicator:
name: Progress indicator
description: A progress indicator is a visual representation of a user’s progress through a set of steps, guiding toward the completion of a specified process.
externalDocsUrl: https://www.carbondesignsystem.com/components/progress-indicator/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/progress-indicator.svg
tags:
- system-feedback
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-indicator/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-indicator/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-indicator/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-indicator/accessibility.mdx
overflow-menu:
name: Overflow menu
description: Use the overflow menu component when additional options are available to the user but there is a space constraint.
externalDocsUrl: https://www.carbondesignsystem.com/components/overflow-menu/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/overflow-menu.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/overflow-menu/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/overflow-menu/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/overflow-menu/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/overflow-menu/accessibility.mdx
radio-button:
name: Radio button
description: Use radio buttons when you have a group of mutually exclusive choices and only one selection from the group is allowed.
externalDocsUrl: https://www.carbondesignsystem.com/components/radio-button/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/radio-button.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/radio-button/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/radio-button/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/radio-button/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/radio-button/accessibility.mdx
search:
name: Search
description: Search enables users to specify a word or a phrase to find relevant pieces of content without the use of navigation.
externalDocsUrl: https://www.carbondesignsystem.com/components/search/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/search.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/search/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/search/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/search/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/search/accessibility.mdx
select:
name: Select
description: The select component allows users to choose one option from a list. It is used in forms for users to submit data.
externalDocsUrl: https://www.carbondesignsystem.com/components/select/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/select.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/select/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/select/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/select/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/select/accessibility.mdx
slider:
name: Slider
description: Sliders provide a visual indication of adjustable content, where the user can increase or decrease the value by moving the handle along a horizontal track.
externalDocsUrl: https://www.carbondesignsystem.com/components/slider/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/slider.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/slider/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/slider/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/slider/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/slider/accessibility.mdx
structured-list:
name: Structured list
description: Structured lists group content that is similar or related, such as terms and definitions.
externalDocsUrl: https://www.carbondesignsystem.com/components/structured-list/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/structured-list.svg
tags:
- data-display
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/structured-list/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/structured-list/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/structured-list/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/structured-list/accessibility.mdx
tabs:
name: Tabs
description: Tabs are used to organize related content. They allow the user to navigate between groups of information that appear within the same context.
externalDocsUrl: https://www.carbondesignsystem.com/components/tabs/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tabs.svg
tags:
- structural-navigation
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tabs/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tabs/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tabs/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tabs/accessibility.mdx
tag:
name: Tag
description: Use tags to label, categorize, or organize items using keywords that describe them.
externalDocsUrl: https://www.carbondesignsystem.com/components/tag/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tag.svg
tags:
- contextual-navigation
- data-display
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tag/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tag/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tag/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tag/accessibility.mdx
text-input:
name: Text input
description: Text inputs enable the user to interact with and input content and data. This component can be used for long and short form entries.
externalDocsUrl: https://www.carbondesignsystem.com/components/text-input/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/text-input.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/text-input/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/text-input/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/text-input/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/text-input/accessibility.mdx
tile:
name: Tile
description: Tiles are a highly flexible component for displaying a wide variety of content, including information, getting started, how-to, next steps, and more.
externalDocsUrl: https://www.carbondesignsystem.com/components/tile/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tile.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tile/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tile/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tile/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tile/accessibility.mdx
toggle:
name: Toggle
description: A toggle is used to quickly switch between two possible states. They are commonly used for “on/off” switches.
externalDocsUrl: https://www.carbondesignsystem.com/components/toggle/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/toggle.svg
tags:
- input-control
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/accessibility.mdx
toggletip:
name: Toggletip
description: Toggletips use the disclosure pattern to toggle the visibility of a popover. They display additional, hidden information upon the click of a UI trigger element and can contain interactive elements.
externalDocsUrl: https://carbondesignsystem.com/components/toggletip/usage/
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/toggletip.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/code.mdx
tooltip:
name: Tooltip
description: Tooltips display additional information upon hover or focus. The information included should be contextual, helpful, and nonessential while providing that extra ability to communicate and give clarity to a user.
externalDocsUrl: https://www.carbondesignsystem.com/components/tooltip/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tooltip.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tooltip/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tooltip/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tooltip/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/tooltip/accessibility.mdx
ui-shell-header:
name: UI shell header
description: This header is part of the Carbon UI shell. A shell is a collection of components shared by all products within a platform. It provides a common set of interaction patterns that persist between and across products.
externalDocsUrl: https://www.carbondesignsystem.com/components/UI-shell-header/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/ui-shell-header.svg
tags:
- structural-navigation
- shell
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-header/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-header/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-header/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-header/accessibility.mdx
ui-shell-left-panel:
name: UI shell left panel
description: This left panel is part of the Carbon UI shell. A shell is a collection of components shared by all products within a platform. It provides a common set of interaction patterns that persist between and across products.
externalDocsUrl: https://www.carbondesignsystem.com/components/UI-shell-left-panel/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/ui-shell-left-panel.svg
tags:
- shell
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-left-panel/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-left-panel/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-left-panel/code.mdx
ui-shell-right-panel:
name: UI shell right panel
description: The right panel is part of the Carbon UI shell. A shell is a collection of components shared by all products within a platform. It provides a common set of interaction patterns that persist between and across products.
externalDocsUrl: https://www.carbondesignsystem.com/components/UI-shell-right-panel/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/ui-shell-right-panel.svg
tags:
- shell
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-right-panel/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-right-panel/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/UI-shell-right-panel/code.mdx
aspect-ratio:
name: Aspect ratio
description: The AspectRatio component supports rendering your content in a specific aspect ratio through the ratio prop. This prop will specify the proportion between the width and the height of your content. The width will be determined by spanning 100% of the space available in your layout, and the height will be determined by the ratio that you specified.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/aspect-ratio.svg
tags:
- content-element
progress-bar:
name: Progress bar
description: A progress bar provides feedback about the duration and progression of a process, such as a download, file transfer, or installation, to indicate how long a user will be waiting.
externalDocsUrl: https://www.carbondesignsystem.com/components/progress-bar/usage
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/progress-bar.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-bar/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/progress-bar/style.mdx
copy-button:
name: Copy button
description: The copy button should be accompanied by a tooltip. Tooltip feedback text should be concise and describe the action taken when the user clicks the copy button. By default we display the text “Copied!”.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/copy-button.svg
tags:
- input-control
combo-box:
name: Combo box
description: A combobox allows the user to make a selection from a predefined list of options and is typically used when there are a large amount of options to choose from.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/combo-box.svg
tags:
- input-control
text-area:
name: Text area
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/text-area.svg
tags:
- input-control
time-picker:
name: Time picker
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/time-picker.svg
tags:
- input-control
tooltip-definition:
name: Tooltip definition
description: The DefinitionTooltip component is used to provide additional information about a particular term or phrase in text content. It is similar to a Tooltip component but has fewer alignment options and has a slightly different interaction pattern.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tooltip-definition.svg
tags:
- content-element
tree-view:
name: Tree view
status: experimental
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/tree-view.svg
tags:
- contextual-navigation
theme:
name: Theme
description: The GlobalTheme and Theme components allow you to specify the theme for a page, or for a part of a page, respectively. Theme is most often used to implement inline theming where you can style a portion of your page with a particular theme.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/theme.svg
tags:
- data-display
pagination-nav:
name: Pagination nav
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/pagination-nav.svg
tags:
- data-display
- contextual-navigation
grid:
name: Grid
description: Carbon's grid components help developers use the 2x Grid. The project provides Grid and Column components which can be used to build a variety of layouts. You can import these components from @carbon/react
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/grid.svg
tags:
- content-block
popover:
name: Popover
description: Popover is a primitive component used to build custom components which render over other elements on the page. For example, Popover is used to build our popover components in Carbon.
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/popover.svg
tags:
- content-block
- data-display
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/popover/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/popover/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/popover/code.mdx