Table

Styled table. Composable modifiers: striped, compact, borderless, fixed, responsive, stack (mobile).

Default + striped

ProductPriceStatus
Laptop$3,499In stock
Monitor$1,299In stock
Keyboard$299Out
<table class="table table--striped">
  <thead><tr><th>…</th></tr></thead>
  <tbody><tr><td>…</td></tr></tbody>
</table>

Compact + borderless

FileSizeModified
document.pdf2.4 MB2026-01-15
image.jpg456 KB2026-01-14
sheet.xlsx1.2 MB2026-01-13
<table class="table table--compact table--borderless">…</table>

Modifiers

ClassEffect
.tableBase — left-aligned, bordered.
.table--stripedZebra rows.
.table--compactTighter cell padding.
.table--borderlessRemove vertical/outer borders.
.table--fixedFixed table-layout for equal columns.
.table--responsiveHorizontal scroll on small screens.
.table--stackOn mobile, rows stack as cards (requires data-label on cells).