ProgressBar
A basic ProgressBar component that should render nicely on any platform. Supports a good level of customization.
You can customization ProgressBar component with the Props
#
Usage#
Linear ProgressBar#
Circular ProgressBar#
Reference#
typetype props is used to select the type (linear or circular)
#
Props for Linear ProgressBar#
linearProgressBarWidthlinearProgressBarWidth props for changing width of the linear progress bar and its type number
#
linearProgressBarActivelinearProgressBarActive props for the percentage number of the linear progress bar and its type number
#
linearProgressBarColorlinearProgressBarColor props for the inactive color of linear progress bar and its type string
#
linearProgressBarActiveColorlinearProgressBarActiveColor props for the active color of linear progress bar and its type string
#
Props for Circular ProgressBar#
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
#
circularBarProgressPercantagecircularBarProgressPercantage props for the percentage number for circular bar and type number between (0 to 100)
#
fontSizeprops for changing font size of the percentage Text and type number
#
fontColorprops for changing font color of the percentage Text and type string
#
fontWeightprops for changing font weight of the percentage Text and type string-'bold'
#
inlineStyleprops give addition props to the Button element type Object