Import | Description |
|---|---|
| Table | Wrapper component to declare a table |
| TableBody | Wrapper component for the body of the table (rows) |
| TableCell | Child component representing a cell within a row |
| TableHead | Declare a header row for the table and acts as a wrapper component for the header cells |
| TableHeaderCell | Declare a header cell |
| TableRow | Child component representing a row |
| TextContainer | Wrapper for large text blocks |
Component | Name | Type | Description |
|---|---|---|---|
| Table | children | Node | Declare a table with this component |
| TableBody | children | Node | Declare the materialme of the table with this component |
| TableCell | children | Node | Declare a table cell with this component |
| TableCell | data | Node | Declare a table cell with this component |
| TableCell | className | String | Specify additional settings for a table cell |
| TableHead | children | Node | Declare the table header with this component |
| TableHeaderCell | children | Node | Declare a table header cell with this component |
| TableHeaderCell | data | Node | Declare a table header cell with this component |
| TableHeaderCell | className | String | Specify additional settings for a table cell |
| TableRow | children | Node | Declare a table row as this component |
| TextContainer | children | Node | Wrap this component around the cell content to adjust its width. |
| TextContainer | data | Node | Wrap this component around the cell content to adjust its width. |
| TextContainer | width | String | Adjust the width of the component |