Table
Table component with two variants: simple wrapper and data-driven.
Data Table
The data table variant accepts a list of rows and uses slots to define columns.
Data Table
| Name | Role | ||
|---|---|---|---|
| Alice Johnson | alice@example.com | Admin | |
| Bob Smith | bob@example.com | User | |
| Carol White | carol@example.com | Editor |
Simple Table
For more control, use the simple table wrapper with manual HTML.
Simple Table
| Invoice | Status | Amount |
|---|---|---|
| INV001 | Paid | $250.00 |
| INV002 | Pending | $150.00 |