Category

A semantic category label with configurable presentation and label color.

A semantic category label with configurable presentation and label color.

Public API

  • FCategory
  • FCategoryPresentation
  • FCategoryLabelColor

Example

FCategory(
    "Food",
    color: .orange,
    presentation: .outlinedFilled()
)

Source

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