Skip to Content

Table

Table composes semantic table elements inside a sunken Windows 98 frame.

Props

ExportKey propsDescription
TablecontainerClassName, table propsRoot table with a framed scroll container.
TableRowselectedRow styling with optional highlight state.
TableHead, TableCell, TableHeader, TableBody, TableFooter, TableCaptionnative element propsSemantic table slots.

Examples

Process table

TaskMemoryStatus
Explorer14,280 KRunning
Winamp8,512 KIdle
Docs21,024 KRunning

ARIA

Table keeps native table, thead, tbody, tr, th, and td semantics. Use captions and scopes where your data needs them.

Keyboard

Table does not add grid-style keyboard navigation. Native focus behavior applies to any interactive descendants inside cells.

SSR

Table is presentational. Keep row selection deterministic during hydration.

Last updated on