Table
Stub.
Usage
Table.Root Props
| Prop | Type | Default |
|---|---|---|
compressed | boolean | — |
className | string | — |
children | ReactNode | — |
Table.Body Props
| Prop | Type | Default |
|---|---|---|
isLoading | boolean | — |
className | string | — |
children | ReactNode | — |
Table.Caption Props
| Prop | Type | Default |
|---|---|---|
className | string | — |
children | ReactNode | — |
Table.Cell Props
| Prop | Type | Default |
|---|---|---|
asChildTooltip | boolean | — |
className | string | — |
children | ReactNode | — |
Table.Foot Props
| Prop | Type | Default |
|---|---|---|
className | string | — |
children | ReactNode | — |
Table.Head Props
| Prop | Type | Default |
|---|---|---|
className | string | — |
children | ReactNode | — |
Table.HeadCell Props
| Prop | Type | Default |
|---|---|---|
className | string | — |
children | ReactNode | — |
Table.Row Props
| Prop | Type | Default |
|---|---|---|
depth | number | — |
className | string | — |
children | ReactNode | — |