Skip to main content

Variable: TableCell

@arolariu/components


@arolariu/components / TableCell

Variable: TableCell

const TableCell: ForwardRefExoticComponent<TableCellProps & RefAttributes<HTMLTableCellElement>>

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

Renders a standard table cell.

Remarks

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

Example

<TableCell>Acme Inc.</TableCell>

See

TableCellProps for available props

// was this page useful?