Table
A structured data display component with header, body, row, and cell sub-components.
| Name | Status | Role | Actions |
|---|---|---|---|
| Alice Johnson | Active | Admin | |
| Bob Smith | Pending | Editor | |
| Carol Williams | Inactive | Viewer |
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Table structure (TableHeader, TableBody, etc.) |
| className | string | - | Additional CSS classes |
Import
import { Table } from '@blastx/ui';