StepperProgress
View Source
Use to convey progress through consecutive steps. Composes GridView.
Prepared
04/20
1:23pm
Sent
04/21
8:00am
Read
--
Declined
--
Props
Themeable
Accepts GridView props.
Use the stepperProgress
key in ThemeProvider
to customize the default properties of this component.
activeColor
string
Active color for each step indicator and line. Defaults to primary-light
.
activeStepIndex
number
Highlighted steps from the first step to this step index.
children
ReactReactNode
Often accepts StepperProgress.Step
component.