Table API
View componentThe full prop reference for the Table component. Styled native table parts.
Import
tsx
import { Table } from '@structyl/styled';Props
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. | — |
Source code
If you didn't find what you need here, read the component implementation .