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.

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