Table

Data table with row hover effects and semantic markup.

Installation

This component is primitive-agnostic — same source under both flavors.

Basic

Inspect
NameRoleStatus
AliceEngineerActive
BobDesignerAway
CarolManagerActive

API Reference — Table

PropTypeDefaultDescription
childrenReactNodeTableHeader and TableBody children.

API Reference — TableRow

PropTypeDefaultDescription
indexnumberRow index for proximity hover. Omit for header rows.
childrenReactNodeTableCell or TableHead children.