Variable: TableCaption
@arolariu/components / TableCaption
Variable: TableCaption
constTableCaption: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?