Package-level declarations
Functions
Link copied to clipboard
fun RenderVerticalIcon(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle(), icons: List<ImageVector>)
Renders a vertical icon stepper.
Link copied to clipboard
fun RenderVerticalNumber(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle)
Renders a vertical numbered stepper.
Link copied to clipboard
fun RenderVerticalNumberWithComposableLabel(totalSteps: Int, currentStep: Int, textStyle: TextStyle, labelContent: @Composable () -> Unit)
Render the vertical number with composable label
Link copied to clipboard
fun RenderVerticalNumberWithLabel(totalSteps: Int, currentStep: Int, textStyle: TextStyle, labelTextStyle: TextStyle)
Link copied to clipboard
fun RenderVerticalTab(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle())
Renders a vertical tab stepper.