randomseeds logo
Random Design System

Table

A structured data display with rows and columns for tabular content.

Default

A list of recent invoices.
InvoiceStatusMethodAmount
INV001PaidCredit Card$250.00
INV002PendingPayPal$150.00
INV003UnpaidBank Transfer$350.00

Usage

Use tables for structured data that benefits from row-column alignment. For less structured content, consider cards or lists.

Always include TableHeader for accessibility. Use TableCaption for additional context about the table's purpose.

Props

PropTypeDefaultDescription
classNamestringAdditional CSS classes on the table wrapper
childrenReactNodeTableHeader, TableBody, TableFooter, TableCaption