Package-level declarations

Functions

Link copied to clipboard
fun RenderHorizontalDashed(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle())

Renders a horizontal dashed stepper.

Link copied to clipboard
fun RenderHorizontalFleet(totalSteps: Int, currentStep: Int, fleetItemContent: @Composable (Step, StepState) -> Unit)
Link copied to clipboard
fun RenderHorizontalIcon(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle(), icons: List<ImageVector>)

Renders a horizontal icon stepper.

Link copied to clipboard
fun RenderHorizontalNumber(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle)

Renders a horizontal numbered stepper.

Link copied to clipboard
fun RenderHorizontalNumberWithLabel(totalSteps: Int, currentStep: Int, textStyle: TextStyle, labelTextStyle: TextStyle)
Link copied to clipboard
fun RenderHorizontalTab(modifier: Modifier = Modifier, totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle())

Renders a horizontal tab stepper.