Variable: TableRow
@arolariu/components / TableRow
Variable: TableRow
constTableRow: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?