Studiov0.6.0

Table

Tier 1shadcn
Data Display

A semantic HTML table with consistent design system styling.

Live Preview

ProjectPhaseIRR
Prairie VistaActivation14%
Dos PueblosLand Entry11%

Code

import { Table } from "@regen/ui";

<Table />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Simple data tabulation
  • Comparison tables
  • Summary reports

Do

  • Always include TableHeader with TableHead cells
  • Use caption for accessibility

Don't

  • Don't use for sortable/filterable data — use DataTable
  • Don't use for non-tabular layout