Skip to main content

Variable: TableHead

@arolariu/components


@arolariu/components / TableHead

Variable: TableHead

const TableHead: 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?