Kwik Stepper
fun KwikStepper(state: MutableState<KwikStepperState>, modifier: Modifier = Modifier, activeStepColor: Color = MaterialTheme.colorScheme.primary)
A stepper component that displays a series of steps with indicators.
Parameters
state
: The state of the stepper. Refer to KwikStepperState
modifier
Modifier to be applied to the stepper.
active Step Color
Color of the active step indicator.