Table

A data table with header, body, and row components.

Default

NameEmailRole
John Doejohn@example.comAdmin
Jane Smithjane@example.comEditor
Bob Brownbob@example.comViewer

Props

PropTypeDefaultDescription
variant"simple" | "striped" | "bordered""simple"The visual style.

All sub-components (TableHeader, TableBody, TableRow, TableHead, TableCell) accept children and standard HTML table element attributes.