Skip to main content

Variable: TableRow

@arolariu/components


@arolariu/components / TableRow

Variable: TableRow

const TableRow: ForwardRefExoticComponent<TableRowProps & RefAttributes<HTMLTableRowElement>>

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

Renders a table row.

Remarks

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

Example

<TableRow>
<TableCell>Value</TableCell>
</TableRow>

See

TableRowProps for available props

// was this page useful?