structyl

Table

stable

Styled native table parts.

Basic usage

Name
Ada

Examples

Header, body and footer

Use semantic table parts for tabular data.

PlanSeats
Pro12
Team32
Total44

Captioned table

Use Caption for screen-reader and visual context.

Recent invoices
INV-001Paid

Density and sticky header

Table.Root controls density and sticky header styling for semantic table parts.

NameStatus
AdaActive

Features

  • Semantic table elements.
  • Header, body, row and cell parts.

Installation

bash
pnpm dlx structyl add table

API Reference

Table.Root

Native table root.

PropTypeDefault
size'small' | 'medium'

Cell density.

'medium'
stickyHeaderboolean

Stick table header.

false
classNamestring

Additional Tailwind classes merged with the component defaults.

Table.Header / Body / Footer / Row / Head / Cell / Caption

Semantic table parts.

PropTypeDefault
classNamestring

Additional Tailwind classes merged with the component defaults.

Table | structyl