-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
642 lines (564 loc) · 32.6 KB
/
index.html
File metadata and controls
642 lines (564 loc) · 32.6 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Resonance - Component Library Demo</title>
<link rel="stylesheet" href="assets/style/global.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<script src="assets/js/home-compliance.js" defer></script>
</head>
<body>
<header>
<a href="index.html" class="home">
<img src="assets/images/logo.svg" alt="Resonance Logo" />
</a>
</header>
<main>
<section class="rwb-hero rwb-hero--editorial" aria-labelledby="rwb-hero-title">
<div class="rwb-hero__content">
<div class="rwb-hero__tags" aria-label="Highlights">
<span class="rwb-hero__tag rwb-hero__tag--active">Accessibility</span>
<span class="rwb-hero__tag">Training</span>
<span class="rwb-hero__tag">Components</span>
</div>
<h1 id="rwb-hero-title" class="rwb-hero__title">
A practical guide to accessible UI components
</h1>
<p class="rwb-hero__text">
Explore interactive demos, component anatomy, and expected behavior in a format designed for implementation learning and team training.
</p>
<div class="rwb-hero__actions">
<a class="rwb-button rwb-button--primary" href="components/accordion/index.html">Explore components</a>
</div>
</div>
<div class="rwb-hero__visual" aria-hidden="true">
<svg class="hero-diagram" viewBox="0 0 640 420" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
<!-- outer frame -->
<rect x="40" y="40" width="560" height="340" rx="24" class="diagram-stroke diagram-frame" />
<!-- top card -->
<rect x="88" y="84" width="180" height="96" rx="18" class="diagram-stroke diagram-soft-fill" />
<rect x="108" y="106" width="96" height="14" rx="7" class="diagram-stroke" />
<rect x="108" y="132" width="132" height="10" rx="5" class="diagram-stroke" />
<rect x="108" y="150" width="110" height="10" rx="5" class="diagram-stroke" />
<!-- focus ring -->
<rect x="80" y="76" width="196" height="112" rx="22" class="diagram-focus" />
<!-- middle panel -->
<rect x="318" y="102" width="220" height="132" rx="20" class="diagram-stroke diagram-soft-fill" />
<rect x="344" y="128" width="120" height="12" rx="6" class="diagram-stroke" />
<rect x="344" y="154" width="156" height="10" rx="5" class="diagram-stroke" />
<rect x="344" y="176" width="132" height="10" rx="5" class="diagram-stroke" />
<rect x="344" y="198" width="96" height="10" rx="5" class="diagram-stroke" />
<!-- lower controls -->
<rect x="112" y="242" width="148" height="78" rx="18" class="diagram-stroke diagram-soft-fill" />
<rect x="136" y="264" width="72" height="12" rx="6" class="diagram-stroke" />
<rect x="136" y="288" width="96" height="10" rx="5" class="diagram-stroke" />
<rect x="306" y="266" width="112" height="42" rx="21" class="diagram-stroke diagram-soft-fill" />
<rect x="446" y="258" width="112" height="58" rx="16" class="diagram-stroke diagram-soft-fill" />
<rect x="466" y="280" width="72" height="12" rx="6" class="diagram-stroke" />
<!-- connectors -->
<path d="M268 132H304" class="diagram-line" />
<path d="M260 282H290" class="diagram-line" />
<path d="M418 286H446" class="diagram-line" />
<path d="M428 234V252" class="diagram-line" />
<!-- directional hints -->
<path d="M286 132l10-8v16l-10-8Z" class="diagram-arrow-fill" />
<path d="M432 252l-8 10h16l-8-10Z" class="diagram-arrow-fill" />
<!-- tab order markers -->
<circle cx="96" cy="60" r="14" class="diagram-stroke diagram-soft-fill" />
<circle cx="306" cy="82" r="14" class="diagram-stroke diagram-soft-fill" />
<circle cx="284" cy="334" r="14" class="diagram-stroke diagram-soft-fill" />
<circle cx="572" cy="248" r="14" class="diagram-stroke diagram-soft-fill" />
<text x="96" y="65" text-anchor="middle" class="diagram-number">1</text>
<text x="306" y="87" text-anchor="middle" class="diagram-number">2</text>
<text x="284" y="339" text-anchor="middle" class="diagram-number">3</text>
<text x="572" y="253" text-anchor="middle" class="diagram-number">4</text>
</svg>
</div>
</section>
<div class="rwb-info-pair">
<section class="rwb-info-section" id="how-to-use">
<h2 class="rwb-info-section__title">How to use this site</h2>
<ol class="rwb-info-section__list">
<li>Select a component from the library below</li>
<li>Explore the interactive demo</li>
<li>Review the component anatomy</li>
<li>Understand expected accessibility behavior</li>
<li>Apply the pattern in your own implementation</li>
</ol>
</section>
<section class="rwb-info-section">
<h2 class="rwb-info-section__title">Who this is for</h2>
<ul class="rwb-info-section__list">
<li>Frontend developers building accessible interfaces</li>
<li>QA engineers validating component behavior</li>
<li>Designers understanding interaction and state requirements</li>
<li>Accessibility practitioners reviewing implementations</li>
<li>Team trainers and onboarding leads</li>
</ul>
</section>
</div>
<section class="rwb-featured" aria-labelledby="featured-components-title">
<div class="rwb-featured__header">
<h2 class="rwb-section-title rwb-featured__title" id="featured-components-title">Start with these components</h2>
<p class="rwb-featured__text">These foundational patterns are especially useful for onboarding and accessibility training.</p>
</div>
<div class="rwb-featured__grid">
<a class="rwb-feature-card" href="components/accordion/index.html">
<span class="rwb-feature-card__eyebrow">Core pattern</span>
<span class="rwb-feature-card__title">Accordion</span>
<span class="rwb-feature-card__desc">Learn structure, state, and keyboard behavior in an expandable disclosure pattern.</span>
</a>
<a class="rwb-feature-card" href="components/modal/index.html">
<span class="rwb-feature-card__eyebrow">Focus management</span>
<span class="rwb-feature-card__title">Modal</span>
<span class="rwb-feature-card__desc">Explore focus flow, dismissal, and interaction constraints in layered interfaces.</span>
</a>
<a class="rwb-feature-card" href="components/tabs/index.html">
<span class="rwb-feature-card__eyebrow">Navigation pattern</span>
<span class="rwb-feature-card__title">Tabs</span>
<span class="rwb-feature-card__desc">Review relationships between controls and panels in a compact navigation model.</span>
</a>
</div>
</section>
<section class="rwb-framework" aria-labelledby="framework-title">
<div class="rwb-framework__header">
<h2 class="rwb-framework__title" id="framework-title">What every component page covers</h2>
<p class="rwb-framework__lead">Every component page follows the same structure to help teams learn and implement patterns consistently.</p>
</div>
<ol class="rwb-framework__list">
<li class="rwb-framework__item">
<span class="rwb-framework__step" aria-hidden="true">01</span>
<h3 class="rwb-framework__label">Demo</h3>
<p class="rwb-framework__desc">An interactive example to explore directly in the browser.</p>
</li>
<li class="rwb-framework__item">
<span class="rwb-framework__step" aria-hidden="true">02</span>
<h3 class="rwb-framework__label">Anatomy</h3>
<p class="rwb-framework__desc">Labeled parts that define the structure of the component.</p>
</li>
<li class="rwb-framework__item">
<span class="rwb-framework__step" aria-hidden="true">03</span>
<h3 class="rwb-framework__label">Accessibility Behavior</h3>
<p class="rwb-framework__desc">Expected outcomes that support inclusive interaction.</p>
</li>
<li class="rwb-framework__item">
<span class="rwb-framework__step" aria-hidden="true">04</span>
<h3 class="rwb-framework__label">Common Mistakes</h3>
<p class="rwb-framework__desc">Frequent implementation problems teams should watch for.</p>
</li>
<li class="rwb-framework__item">
<span class="rwb-framework__step" aria-hidden="true">05</span>
<h3 class="rwb-framework__label">Why It Matters</h3>
<p class="rwb-framework__desc">What breaks when the pattern is implemented incorrectly.</p>
</li>
</ol>
<p class="rwb-framework__note">Components are reviewed against internal accessibility standards aligned with WCAG 2.2.</p>
</section>
<section class="rwb-component-group" aria-labelledby="group-0">
<h2 class="rwb-section-title" id="group-0">Input & Forms</h2>
<p class="rwb-info-section__desc">Components used to collect, filter, and modify user input.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/autocomplete/index.html">
<img src="assets/images/cards/autocomplete.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Autocomplete</span>
<span class="rwb-component-card__desc">Text input with filtered suggestions as the user types.</span>
</div>
</a>
<a class="rwb-component-card" href="components/checkbox/index.html">
<img src="assets/images/cards/checkbox.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Checkbox</span>
<span class="rwb-component-card__desc">Form control that allows one or more independent selections.</span>
</div>
</a>
<a class="rwb-component-card" href="components/combobox/index.html">
<img src="assets/images/cards/combobox.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Combobox</span>
<span class="rwb-component-card__desc">Text entry with suggestion popup and selectable options.</span>
</div>
</a>
<a class="rwb-component-card" href="components/date-picker/index.html">
<img src="assets/images/cards/date-picker.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Date Picker</span>
<span class="rwb-component-card__desc">Input for choosing a date using text entry or calendar UI.</span>
</div>
</a>
<a class="rwb-component-card" href="components/file-upload/index.html">
<img src="assets/images/cards/file-upload.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">File Upload</span>
<span class="rwb-component-card__desc">Control for selecting and uploading one or more files.</span>
</div>
</a>
<a class="rwb-component-card" href="components/password-input-toggle/index.html">
<img src="assets/images/cards/password-input-toggle.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Password Input Toggle</span>
<span class="rwb-component-card__desc">Password field with a control to reveal or hide entered text.</span>
</div>
</a>
<a class="rwb-component-card" href="components/radio-button/index.html">
<img src="assets/images/cards/radio-button.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Radio Button</span>
<span class="rwb-component-card__desc">Form control for selecting a single option from a set.</span>
</div>
</a>
<a class="rwb-component-card" href="components/search-input/index.html">
<img src="assets/images/cards/search.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Search Input</span>
<span class="rwb-component-card__desc">Input field optimized for entering search queries.</span>
</div>
</a>
<a class="rwb-component-card" href="components/select/index.html">
<img src="assets/images/cards/select.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Select</span>
<span class="rwb-component-card__desc">Collapsed control for choosing one option from a list.</span>
</div>
</a>
<a class="rwb-component-card" href="components/slider/index.html">
<img src="assets/images/cards/slider.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Slider</span>
<span class="rwb-component-card__desc">Control for selecting a value along a range.</span>
</div>
</a>
<a class="rwb-component-card" href="components/text-input/index.html">
<img src="assets/images/cards/text-input.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Text Input</span>
<span class="rwb-component-card__desc">Single-line field for entering freeform text.</span>
</div>
</a>
<a class="rwb-component-card" href="components/toggle-switch/index.html">
<img src="assets/images/cards/toggle-switch.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Toggle Switch</span>
<span class="rwb-component-card__desc">Binary on/off control presented as a switch.</span>
</div>
</a>
</div>
</section>
<section class="rwb-component-group" aria-labelledby="group-1">
<h2 class="rwb-section-title" id="group-1">Navigation</h2>
<p class="rwb-info-section__desc">Patterns that help users move across pages, destinations, and related views.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/breadcrumbs/index.html">
<img src="assets/images/cards/breadcrumbs.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Breadcrumbs</span>
<span class="rwb-component-card__desc">Navigation trail showing the user's location in a hierarchy.</span>
</div>
</a>
<a class="rwb-component-card" href="components/dropdown/index.html">
<img src="assets/images/cards/dropdown.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Dropdown</span>
<span class="rwb-component-card__desc">Trigger and popup list of actions or destinations.</span>
</div>
</a>
<a class="rwb-component-card" href="components/link/index.html">
<img src="assets/images/cards/link.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Link</span>
<span class="rwb-component-card__desc">Interactive text or element that navigates to another destination.</span>
</div>
</a>
<a class="rwb-component-card" href="components/mega-navigation/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Mega Navigation</span>
<span class="rwb-component-card__desc">Large structured navigation menu with grouped destinations.</span>
</div>
</a>
<a class="rwb-component-card" href="components/pagination/index.html">
<img src="assets/images/cards/pagination.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Pagination</span>
<span class="rwb-component-card__desc">Navigation between pages or result sets.</span>
</div>
</a>
<a class="rwb-component-card" href="components/skip-navigation/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Skip Navigation</span>
<span class="rwb-component-card__desc">Bypass link that lets keyboard users jump to main content.</span>
</div>
</a>
<a class="rwb-component-card" href="components/tabs/index.html">
<img src="assets/images/cards/tabs.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Tabs</span>
<span class="rwb-component-card__desc">Tabbed interface for switching between related panels.</span>
</div>
</a>
</div>
</section>
<section class="rwb-component-group" aria-labelledby="group-2">
<h2 class="rwb-section-title" id="group-2">Disclosure & Overlays</h2>
<p class="rwb-info-section__desc">Patterns that reveal, layer, or temporarily focus additional content.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/accordion/index.html">
<img src="assets/images/cards/accordion.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Accordion</span>
<span class="rwb-component-card__desc">Expandable sections that show and hide content panels.</span>
</div>
</a>
<a class="rwb-component-card" href="components/alert-dialog/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Alert Dialog</span>
<span class="rwb-component-card__desc">Modal dialog requiring confirm or cancel before continuing.</span>
</div>
</a>
<a class="rwb-component-card" href="components/cookie-consent/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Cookie Consent</span>
<span class="rwb-component-card__desc">Consent banner or dialog for privacy and cookie preferences.</span>
</div>
</a>
<a class="rwb-component-card" href="components/dialog/index.html">
<img src="assets/images/cards/dialog.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Dialog</span>
<span class="rwb-component-card__desc">Overlay window that interrupts the page for focused interaction.</span>
</div>
</a>
<a class="rwb-component-card" href="components/disclosure/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Disclosure</span>
<span class="rwb-component-card__desc">Toggle pattern that reveals or hides associated content.</span>
</div>
</a>
<a class="rwb-component-card" href="components/modal/index.html">
<img src="assets/images/cards/modal.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Modal</span>
<span class="rwb-component-card__desc">Focused overlay requiring user interaction before returning to the page.</span>
</div>
</a>
<a class="rwb-component-card" href="components/popover/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Popover</span>
<span class="rwb-component-card__desc">Anchored floating surface with contextual information or actions.</span>
</div>
</a>
<a class="rwb-component-card" href="components/tooltip/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Tooltip</span>
<span class="rwb-component-card__desc">Supplemental hint shown on focus or hover.</span>
</div>
</a>
</div>
</section>
<section class="rwb-component-group" aria-labelledby="group-3">
<h2 class="rwb-section-title" id="group-3">Feedback & Status</h2>
<p class="rwb-info-section__desc">Components that communicate updates, progress, labels, and system responses.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/alert/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Alert</span>
<span class="rwb-component-card__desc">Inline notification announced automatically via a live region.</span>
</div>
</a>
<a class="rwb-component-card" href="components/badge/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Badge</span>
<span class="rwb-component-card__desc">Removable tag or filter chip with dismiss action.</span>
</div>
</a>
<a class="rwb-component-card" href="components/progress-bar/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Progress Bar</span>
<span class="rwb-component-card__desc">Visual indicator showing task completion progress.</span>
</div>
</a>
<a class="rwb-component-card" href="components/toast/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Toast</span>
<span class="rwb-component-card__desc">Transient status message shown without blocking the page.</span>
</div>
</a>
<a class="rwb-component-card" href="components/tag/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Tag</span>
<span class="rwb-component-card__desc">Small metadata label used for categorization or status.</span>
</div>
</a>
</div>
</section>
<section class="rwb-component-group" aria-labelledby="group-4">
<h2 class="rwb-section-title" id="group-4">Data Display & Media</h2>
<p class="rwb-info-section__desc">Patterns for presenting structured content, collections, and rich media.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/avatar/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Avatar</span>
<span class="rwb-component-card__desc">User image or initials fallback with accessible labelling.</span>
</div>
</a>
<a class="rwb-component-card" href="components/button/index.html">
<img src="assets/images/cards/button.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Button</span>
<span class="rwb-component-card__desc">Clickable element that triggers an action or submits a form.</span>
</div>
</a>
<a class="rwb-component-card" href="components/card/index.html">
<img src="assets/images/cards/card.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Card</span>
<span class="rwb-component-card__desc">Contained surface for related content and actions.</span>
</div>
</a>
<a class="rwb-component-card" href="components/card-list/index.html">
<img src="assets/images/cards/card-list.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Card List</span>
<span class="rwb-component-card__desc">A collection of cards displayed as a navigable list.</span>
</div>
</a>
<a class="rwb-component-card" href="components/carousel/index.html">
<img src="assets/images/cards/carousel.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Carousel</span>
<span class="rwb-component-card__desc">Rotating set of slides with navigation controls.</span>
</div>
</a>
<a class="rwb-component-card" href="components/image-gallery/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Image Gallery</span>
<span class="rwb-component-card__desc">Collection of images with selection and preview behavior.</span>
</div>
</a>
<a class="rwb-component-card" href="components/listbox/index.html">
<img src="assets/images/cards/listbox.svg" alt="" onerror="this.src='assets/images/cards/empty.svg';this.onerror=null" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Listbox</span>
<span class="rwb-component-card__desc">Single- or multi-select list of options navigated with keyboard.</span>
</div>
</a>
<a class="rwb-component-card" href="components/table/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Table</span>
<span class="rwb-component-card__desc">Structured rows and columns for displaying tabular data.</span>
</div>
</a>
<a class="rwb-component-card" href="components/video/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Video</span>
<span class="rwb-component-card__desc">Embedded media player with accessible controls and captions.</span>
</div>
</a>
</div>
</section>
<section class="rwb-component-group" aria-labelledby="group-5">
<h2 class="rwb-section-title" id="group-5">Commerce Patterns</h2>
<p class="rwb-info-section__desc">Reusable patterns commonly used in shopping, merchandising, and transactional flows.</p>
<div class="rwb-component-grid">
<a class="rwb-component-card" href="components/cart-summary/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Cart Summary</span>
<span class="rwb-component-card__desc">Summary of cart totals, discounts, and checkout details.</span>
</div>
</a>
<a class="rwb-component-card" href="components/faceted-filter/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Faceted Filter</span>
<span class="rwb-component-card__desc">Filter controls for narrowing product or content results.</span>
</div>
</a>
<a class="rwb-component-card" href="components/mini-cart/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Mini Cart</span>
<span class="rwb-component-card__desc">Compact cart preview with quick access to cart contents.</span>
</div>
</a>
<a class="rwb-component-card" href="components/price/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Price</span>
<span class="rwb-component-card__desc">Accessible display of product pricing information.</span>
</div>
</a>
<a class="rwb-component-card" href="components/product-card/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Product Card</span>
<span class="rwb-component-card__desc">Product listing with image, name, price, rating, and quick-add.</span>
</div>
</a>
<a class="rwb-component-card" href="components/quantity-stepper/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Quantity Stepper</span>
<span class="rwb-component-card__desc">Numeric input with increment and decrement buttons.</span>
</div>
</a>
<a class="rwb-component-card" href="components/review-comment/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Review Comment</span>
<span class="rwb-component-card__desc">User review with rating, actions, and verified badge.</span>
</div>
</a>
<a class="rwb-component-card" href="components/sale-price/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Sale Price</span>
<span class="rwb-component-card__desc">Original and sale price display with accessible was/now pattern.</span>
</div>
</a>
<a class="rwb-component-card" href="components/star-rating/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Star Rating</span>
<span class="rwb-component-card__desc">Interactive star-based rating input with read-only display.</span>
</div>
</a>
<a class="rwb-component-card" href="components/variant-selector/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Variant Selector</span>
<span class="rwb-component-card__desc">Selectable product variant options like size and color.</span>
</div>
</a>
<a class="rwb-component-card" href="components/wishlist-button/index.html">
<img src="assets/images/cards/empty.svg" alt="" />
<div class="rwb-component-card__content">
<span class="rwb-component-card__title">Wishlist Button</span>
<span class="rwb-component-card__desc">Toggle button to save or unsave a product to a wishlist.</span>
</div>
</a>
</div>
</section>
</main>
<footer>
<p><strong>Created and maintained by Accenture Song</strong></p>
<p>© 2026 Accenture - Resonance</p>
</footer>
</body>
</html>