Variable: TableBody
@arolariu/components / TableBody
Variable: TableBody
constTableBody:ForwardRefExoticComponent<TableBodyProps&RefAttributes<HTMLTableSectionElement>>
Defined in: components/ui/table.tsx:121
Renders the table body section.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<tbody>element - Styling via CSS Modules with
--ac-*custom properties
Example
<TableBody>
<TableRow />
</TableBody>
See
TableBodyProps for available props
// was this page useful?