Skip to main content

Variable: TableHeader

@arolariu/components


@arolariu/components / TableHeader

Variable: TableHeader

const TableHeader: ForwardRefExoticComponent<TableHeaderProps & RefAttributes<HTMLTableSectionElement>>

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

Renders the table header section.

Remarks

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

Example

<TableHeader>
<TableRow />
</TableHeader>

See

TableHeaderProps for available props

// was this page useful?