Skip to main content

Variable: TableCaption

@arolariu/components


@arolariu/components / TableCaption

Variable: TableCaption

const TableCaption: ForwardRefExoticComponent<TableCaptionProps & RefAttributes<HTMLTableCaptionElement>>

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

Renders the table caption.

Remarks

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

Example

<TableCaption>Recent invoices</TableCaption>

See

TableCaptionProps for available props

// was this page useful?