Section

A titled vertical or horizontal content section.

A titled vertical or horizontal content section.

Public API

  • FSection
  • FSectionHeading
  • FHorizontalSectionContent

Example

FSection(
    heading: .titleAndSubtitle(
        title: "Highlights",
        subtitle: "Updated today"
    )
) {
    FContainer {
        Text("Section content")
    }
}

Source

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