Table API
Table provides a responsive wrapper plus semantic table primitives for dashboards, CMS lists, and build data.
Preview components
Open the component docs to see examples, combinations, and usage patterns built on top of this API.
- TableDashboard table examples with StatusLamp and Progress.
Preview
| Route | Status | Load |
|---|---|---|
| /docs | Ready |
Import
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@axonyx/react";Props
| Prop | Type | Default | Description |
|---|---|---|---|
| wrapClassName | string | undefined | Class applied to the responsive table wrapper. |
| density | "sm" | "md" | "lg" | "md" | Adjusts table cell padding for compact or roomy data views. |
| zebra | boolean | false | Applies alternating row surfaces for longer admin and CMS tables. |
| className | string | undefined | Class applied to the table element. |
CSS contract
.ax-table-wrap .ax-table .ax-table__header .ax-table__cell th td