Table
A data table with header, body, and row components.
Default
| Name | Role | |
|---|---|---|
| John Doe | john@example.com | Admin |
| Jane Smith | jane@example.com | Editor |
| Bob Brown | bob@example.com | Viewer |
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "simple" | "striped" | "bordered" | "simple" | The visual style. |
All sub-components (TableHeader, TableBody, TableRow, TableHead, TableCell) accept children and standard HTML table element attributes.