Variable: TableCell
@arolariu/components / TableCell
Variable: TableCell
constTableCell: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?