Step

A step marker for progress through a sequence.

A step marker for progress through a sequence.

Public API

  • FStep
  • FStepState

Example

FStep(
    number: 2,
    label: "Configure the theme",
    description: "Set colors, typography, spacing, and radiuses.",
    state: .active
)

Source

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