Indicator

A labeled state indicator with configurable ellipse placement and color.

A labeled state indicator with configurable ellipse placement and color.

Public API

  • FIndicator
  • FIndicatorState
  • FIndicatorPresentation
  • FIndicatorEllipsePlacement
  • FIndicatorLabelColor

Example

FIndicator(
    "Syncing",
    state: .active,
    presentation: .labeled(ellipsePlacement: .left)
)

Source

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