Stepper
A basic Stepper component that should render nicely on any platform. Supports a good level of customization.
You can customization Stepper component with the Props
#
Usage#
Reference#
componentcomponent props is used to provide stepper header and body the type Array of object
#
activeactive props is used to set the initial screen to render and its type number staring from 0.Default is 0.
#
circularBarSizecircularBarSize props for the size of the circular progress bar and its type number
#
circleWidthcircleWidth props for the circular progress bar thickness and its type number
#
circleActiveColorcircleActiveColor props for the active progress bar circle and type string
#
circleInActiveColorcircleInActiveColor props for the inactive progress bar circle and type string
#
stepperFontSizeprops for changing font size of the text inside the circular bar and type number
#
stepperFontColorprops for changing font color of the text inside the circular bar and type string
#
stepperFontWeightprops for changing font weight of the text inside the circular bar and type string-'bold'
#
nextButtonFontSizeprops for changing font size of the next button and type number
#
nextButtonFontColorprops for changing font color of the next button and type string
#
nextButtonFontWeightprops for changing font weight of the next button and type string-'bold'
#
backButtonFontSizeprops for changing font size of the back button and type number
#
backButtonFontColorprops for changing font color of the back button and type string
#
backButtonFontWeightprops for changing font weight of the back button and type string-'bold'
#
stepperHeaderFontSizeprops for changing font size of the stepperHeader and type number
#
stepperHeaderFontColorprops for changing font color of the stepperHeader and type string
#
stepperHeaderFontWeightprops for changing font weight of the stepperHeader and type string-'bold'
#
nextButtonBgColorprops for changing background color of the next button and type string
#
backButtonBgColorprops for changing background color of the back button and type string
#
buttonRadiusprops for changing border radius for next and back buttons and type number