Table

A structured data display component with header, body, row, and cell sub-components.

NameStatusRoleActions
Alice JohnsonActiveAdmin
Bob SmithPendingEditor
Carol WilliamsInactiveViewer

Props

PropTypeDefaultDescription
childrenReactNode-Table structure (TableHeader, TableBody, etc.)
classNamestring-Additional CSS classes

Import

import { Table } from '@blastx/ui';