Data row

A semantic label-and-value row with optional action or navigation.

A semantic label-and-value row with optional action or navigation.

Public API

  • FDataRow

Example

FDataRow(
    label: .string("Exercises"),
    value: .int(8),
    interaction: .navigation(haptic: .light) {
        showExercises()
    }
)

Source

This reference follows Sources/FreakUI/Components/DataDisplay/FDataRow.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.