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.

Number Progress Steps Type

1

Post a contest

2

Award an entry
Rate the entries you receive and leave comments for improvement on your favorites. When you find an entry you love, award it to own it legally.

3

Handover

4

Provide feedback

Current Step:

Small Dot Progress Steps Type

Post a contest
Award an entry
Rate the entries you receive and leave comments for improvement on your favorites. When you find an entry you love, award it to own it legally.
Handover
Provide feedback

Current 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