Progress steps

A widget for showing progress of the user on a funnel with multiple steps

The input should be between 0 and 100. It will be bound as such if you go over or under.

1

Proof of Identity
Country of Origin
Customer Information
I.D. Information

2

Keycode Verification

3

Proof of Address

Current Step:

Step 1 - Completed Sub Step:

Inputs
label : string
alwaysShowItemsContent ?: boolean = false
backgroundColor ?: ProgressStepsBackgroundColor = ProgressStepsBackgroundColor.DEFAULT
currentStep ?: number = 1
mobileLargeIndicator ?: boolean = false
orientation ?: ProgressOrientation = ProgressOrientation.HORIZONTAL
skippedSteps ?: readonly number[]

List of steps that are skipped

smallDot ?: boolean = false
startStep ?: number = 1
stepItemType ?: ProgressStepsType = ProgressStepsType.NUMBER