KwikLineStepper

fun KwikLineStepper(state: MutableState<KwikStepperState>, modifier: Modifier = Modifier, activeStepColor: Color = MaterialTheme.colorScheme.primary)

A stepper component that displays a series of steps with indicators in classic style. (0) -> (1) -> (2) -> (3)

Parameters

state

: The state of the stepper. Refer to KwikStepperState

modifier

Modifier to be applied to the stepper.

activeStepColor

Color of the active step indicator.