@orangecheck/design / DataRowProps
Interface: DataRowProps
Defined in: composites/data-row.tsx:5
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-action"></a> action? | any | Optional action(s) rendered after the meta (button, link). | composites/data-row.tsx:11 |
<a id="property-as"></a> as? | any | Element to render as — li inside a list, div otherwise. | composites/data-row.tsx:13 |
<a id="property-children"></a> children | ReactNode | Primary content (left-aligned, grows to fill). | composites/data-row.tsx:7 |
<a id="property-classname"></a> className? | string | - | composites/data-row.tsx:14 |
<a id="property-meta"></a> meta? | any | Trailing metadata pinned right (timestamp, count, status pill). | composites/data-row.tsx:9 |