Transaction row
A transaction-focused row with semantic content and value presentation.
A transaction-focused row with semantic content and value presentation.
Public API
FTransactionRow
Example
FTransactionRow(
title: "Coffee",
amount: .decimal(4.80, format: .twoDecimals),
date: .date(transactionDate),
category: FCategory("Food", color: .orange)
)
Source
This reference follows Sources/FreakUI/Components/DataDisplay/FTransactionRow.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.