Title

A title treatment with semantic style, alignment, and sizing.

A title treatment with semantic style, alignment, and sizing.

Public API

  • FTitle
  • FTitleStyle

Example

FTitle(
    "Recent activity",
    style: .title,
    interaction: .navigation {
        showActivity()
    }
)

Source

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