Resonance Logo

Card

A contained surface that groups related content — such as a title, description, and call to action — into a single clickable unit without nesting multiple interactive elements.

Demo

Tab to the card and activate it with Enter. Observe that a single link is reachable per card, that the link's accessible name reflects the card's content, and that no other interactive elements inside the card interrupt the tab order unexpectedly.

Featured

Building an export plan

New to international trade? Explore the basics with Exporting 101 and start building your plan today.

  • Step-by-step guidance
  • Market research tools
  • Free consultation included

What to Observe

Anatomy

[Anatomy image placeholder — will be added when assets are available]

  1. Card Container — the wrapping element that visually groups the card's content and provides position context for the full-surface link overlay
  2. Card Image — an optional visual element at the top of the card; decorative images are hidden from assistive technology, while meaningful images carry descriptive alternative text
  3. Card Title — a heading or prominently styled text that names the card's subject and provides the primary accessible name for the card's link
  4. Card Description — supporting text that gives additional context about the card's content or destination
  5. Primary Link — the anchor element whose stretched or overlaid click target covers the full card surface, providing a large interaction area without nesting multiple links

Accessibility Behavior

Common Mistakes

Why This Matters

Cards are ubiquitous in modern interfaces — article listings, product grids, resource libraries — yet they are routinely implemented in ways that create barriers. Wrapping an entire card in an anchor causes screen readers to read every line of content as one long link. Multiple redundant links force keyboard users to tab through unnecessary stops. Vague link text like "Read more" is meaningless when encountered in a links list. The card pattern requires deliberate decisions about link structure, accessible names, and image handling to work equally well for all users.

Accessibility Validation

This component is validated against internal accessibility criteria aligned with WCAG standards, using our internally developed system, Resonance Specs.

To learn more, please contact us.

Code

Reference Implementation