StructuredList

Carbon-spec structured list. A row+cell list-like structure used for key-value or comparison lists. Lighter than DataTable (no sort, no filter, no virtualization). Supports optional radio selection mode.

patternsstablea11y: untested3/3 coverageEdit on GitHub ↗
patterns-structuredlist--defaultOpen all variants →

When to use

  • Two-column key-value rendering (Project / Owner / Created / Status).
  • Comparison lists where each row aligns by column but the data is small enough not to need DataTable.
  • Single-radio pickers over a small set of rows (Carbon's selectable variant).
  • Settings summaries — what your account currently shows, with no in-line editing.

When not to use