Variable: TableHead
@arolariu/components / TableHead
Variable: TableHead
constTableHead:ForwardRefExoticComponent<TableHeadProps&RefAttributes<HTMLTableCellElement>>
Defined in: components/ui/table.tsx:200
Renders a header cell.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<th>element - Styling via CSS Modules with
--ac-*custom properties
Example
<TableHead scope='col'>Name</TableHead>
See
TableHeadProps for available props
// was this page useful?