Skip to main content

Variable: TableBody

@arolariu/components


@arolariu/components / TableBody

Variable: TableBody

const TableBody: 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?