Components · Data

Table

A data table with numeric-aligned cells and selectable rows, for track lists and sensor tables. Composable header/body/row/cell parts.

Live in all three modes

Day · Night-NVG · Mono — one component, re-themed through the token layer.

TrackAffiliationRange
T-14Hostile4.2 km
T-09Unknown7.8 km
T-02Friendly1.1 km
Day
TrackAffiliationRange
T-14Hostile4.2 km
T-09Unknown7.8 km
T-02Friendly1.1 km
Night-NVG
TrackAffiliationRange
T-14Hostile4.2 km
T-09Unknown7.8 km
T-02Friendly1.1 km
Mono

Variants & states

  • selectable rows
  • numeric cells
  • header / body composition

Tokens used

  • --semantic-color-surface-card
  • --semantic-color-surface-raised
  • --semantic-color-border-default
  • --semantic-color-action-primary

Copy-paste

import { Table, THead, TBody, TR, TH, TD } from 'operator-components';

<Table>
  <THead><TR><TH>Track</TH><TH>Range</TH></TR></THead>
  <TBody><TR selected><TD>T-09</TD><TD numeric>7.8 km</TD></TR></TBody>
</Table>

Figma: library link coming soon — gated until it's on sole-owned footing. (TODO: replace with the Community/library URL once published.)