Variable: TableHeader
@arolariu/components / TableHeader
Variable: TableHeader
constTableHeader: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?