@orangecheck/design / DataRow
Function: DataRow()
function DataRow(__namedParameters: DataRowProps): any;
Defined in: composites/data-row.tsx:24
DataRow — the "content left, meta right, optional action" list row
reimplemented across me (federations, incidents, grants, distributions,
fee entries) and other dashboards. Pair inside a divide-y border list.
On narrow viewports content and meta stack; from sm up they sit on one
baseline-aligned line.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | DataRowProps |
Returns
any