Skip to main content

Variable: TableFooter

@arolariu/components


@arolariu/components / TableFooter

Variable: TableFooter

const TableFooter: ForwardRefExoticComponent<TableFooterProps & RefAttributes<HTMLTableSectionElement>>

Defined in: components/ui/table.tsx:148

Renders the table footer section.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <tfoot> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<TableFooter>
<TableRow />
</TableFooter>

See

TableFooterProps for available props

// was this page useful?