Stepper

It visually represents a sequence of steps in a process, highlighting completed, current, and upcoming steps with distinct colors and styles. Each step can display a label, and the layout adapts between simple or full-sized step representations.

Constructors

Stepper


Methods

MethodDescription
CompletedTextPattern(pattern string)
InputValue(state *core.State[int])
Layout(layout StepperLayout)
Lines(b bool)
Numbers(b bool)
SimpleTextPattern(pattern string)
Steps(steps ...)
Value(value int)