← Back to documentation
Table
A component that contains mainly tabular data.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Width | string | "auto" |
| Minimum width | string | "0px" |
| Maximum width | string | "none" |
| Height | string | "auto" |
| Minimum height | string | "0px" |
| Maximum height | string | "none" |
| Padding - Header | string | "0px" |
| Padding - Body | string | "0px" |
| Background | string | "none" |
| Background color | string | "transparent" |
| Color | string | "var(--pc-semantic-text-primary)" |
| Border width | string | "1px" |
| Border color | string | "var(--pc-semantic-border-default)" |
| Border radius | string | "14px" |
| Border collapse | enum<string> | "separate" |
| Border spacing | string | "0.5rem" |
| Box shadow | string | "var(--pc-semantic-shadow-sm)" |
| Selectors | array | [] |