RenderVerticalTab

fun RenderVerticalTab(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle())

Renders a vertical tab stepper.

Parameters

modifier

The modifier to be applied to the stepper.

totalSteps

The total number of steps in the stepper.

currentStep

The current step in the stepper.

stepStyle

The style of the steps in the stepper.