Table
stableStyled native table parts.
Basic usage
| Name |
|---|
| Ada |
Examples
Header, body and footer
Use semantic table parts for tabular data.
| Plan | Seats |
|---|---|
| Pro | 12 |
| Team | 32 |
| Total | 44 |
Captioned table
Use Caption for screen-reader and visual context.
| INV-001 | Paid |
Density and sticky header
Table.Root controls density and sticky header styling for semantic table parts.
| Name | Status |
|---|---|
| Ada | Active |
Features
- Semantic table elements.
- Header, body, row and cell parts.
Installation
bash
pnpm dlx structyl add tableAPI Reference
Table.Root
Native table root.
| Prop | Type | Default |
|---|---|---|
| size | 'small' | 'medium'Cell density. | 'medium' |
| stickyHeader | booleanStick table header. | false |
| className | stringAdditional Tailwind classes merged with the component defaults. | — |
Table.Header / Body / Footer / Row / Head / Cell / Caption
Semantic table parts.
| Prop | Type | Default |
|---|---|---|
| className | stringAdditional Tailwind classes merged with the component defaults. | — |