Components
Table
A structured layout for displaying tabular data.
Customer | Date/Time | Total | Status | |
---|---|---|---|---|
Alex Cooper | Feb 17, 2024 08:48 AM | $1042.25 | Paid | |
Cameron Williamson | Feb 17, 2024 08:48 AM | $1042.25 | Pending | |
Lindsay Walton | Feb 17, 2024 08:48 AM | $1042.25 | Paid | |
Leonard Krasner | Feb 17, 2024 08:48 AM | $1042.25 | Returned |
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Table Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Table | Styles the root table component. |
header | TableHeader | Styles the table header. |
body | TableBody | Styles the table body. |
footer | TableFooter | Styles the table footer. |
row | TableRow | Styles table rows. |
headerCell | TableHeaderCell | Styles individual header cells. |
cell | TableCell | Styles individual cells. |
caption | TableCaption | Styles the table caption. |