Tab
class Tab(val totalSteps: Int, val currentStep: Int, val stepStyle: StepStyle) : VerticalStepperStyle
A tab-based vertical stepper style.
Parameters
totalSteps
The total number of steps in the stepper.
currentStep
The current active step in the stepper (zero-based index).