Table

Data table composed from sub-components for headers, rows, and cells. Designed for structured agent data with consistent HUD styling.

Basic Table

Preview
AgentStatusMissions
Alpha-7Active12
Bravo-3Standby8

Table Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes for the table wrapper.

TableHead Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes for the header cell.

TableCell Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes for the body cell.

Accessibility

  • Renders semantic <table>, <thead>, <tbody>, <tr>, <th>, and <td> elements
  • <TableHead> uses <th> with implicit scope="col" for screen reader column association
  • Supports ref forwarding on all sub-components
  • Passes through all standard HTML attributes including aria-* and role