Skip to content

DetailRow

Single label/value table row meant to be used inside a DetailCard. Provide either DetailRow.Value for plain text or DetailRow.ValueContent for richer rendering.

Optional CSS class forwarded to the row.

Label shown in the left column (secondary color).

Optional inline style forwarded to the row.

Unmatched attributes splatted onto the row.

Plain-text value shown in the right column when DetailRow.ValueContent is null.

Richer right-column content (e.g. status chip, multi-element value). Overrides DetailRow.Value.