Interface ProgressBarProps
Source: ProgressBar.tsx
Properties
fillPercentage
fillPercentage:
number
The amount of progress, as a percentage.
fillColor?
optionalfillColor?:string
The CSS color to use for the filled part of the progress bar.
backgroundColor?
optionalbackgroundColor?:string
The CSS background color of the progress bar.
align?
optionalalign?:"left"
className?
optionalclassName?:string
className prop for the progress bar.