structyl

The full prop reference for the Table component. Styled native table parts.

Import

tsx
import { Table } from '@structyl/styled';

Props

Table.Root

Native table root.

PropTypeDefault
size#'small' | 'medium'

Cell density.

'medium'
stickyHeader#boolean

Stick table header.

false
className#string

Additional Tailwind classes merged with the component defaults.

Source code

If you didn't find what you need here, read the component implementation .

structyl — Accessible React Component Library