Table
Data Display
A responsive table component for displaying tabular data.
Basic Table
A simple data table with invoice data.
| Invoice | Status | Method | Amount |
|---|---|---|---|
| INV001 | Paid | Credit Card | $250.00 |
| INV002 | Pending | PayPal | $150.00 |
| INV003 | Unpaid | Bank Transfer | $350.00 |
| INV004 | Paid | Credit Card | $450.00 |
| INV005 | Paid | PayPal | $550.00 |
Simple Table
Table without caption.
| Name | Role | |
|---|---|---|
| John Doe | [email protected] | Admin |
| Jane Smith | [email protected] | User |
| Bob Wilson | [email protected] | Editor |