GitHubnpm

Accent theme

Base radius

GitHubnpm

Accent theme

Base radius

Colour scheme

Docs menu

Guides


Primitives
Forms
Layout
Feedback
Overlays
Navigation
Data Display
AI

Table

A thin set of wrappers around the real <table>family: <caption>, <thead>,<tbody>, and <th scope="col">. Sighted, mouse, keyboard, and screen reader users all get a real table, not a grid of styled <div>s pretending to be one.

Component status
ComponentStatus
ButtonAvailable
TooltipPlanned
DialogAvailable

Playground

Toggle every adjustable prop and watch the component — and the code — update live.

ServiceStatus
APIOperational
WebhooksDegraded
Unstyled

Same component — Kernel look stripped. See Platforms.

row 1 status
Usage
<Table>
  <TableHeader>
    <TableRow>
      <TableHead>Service</TableHead>
      <TableHead>Status</TableHead>
    </TableRow>
  </TableHeader>
  <TableBody>
    <TableRow>
      <TableCell>API</TableCell>
      <TableCell>Operational</TableCell>
    </TableRow>
  </TableBody>
</Table>

Components

Props for Table.
ComponentRenders
Table<table>
TableCaption<caption>
TableHeader<thead>
TableBody<tbody>
TableRow<tr>
TableHead<th scope="col"> by default
TableCell<td>