Skip to content

Interface ProgressBarProps

Source: ProgressBar.tsx

Properties

fillPercentage

fillPercentage: number

The amount of progress, as a percentage.


fillColor?

optional fillColor?: string

The CSS color to use for the filled part of the progress bar.


backgroundColor?

optional backgroundColor?: string

The CSS background color of the progress bar.


align?

optional align?: "left"


className?

optional className?: string

className prop for the progress bar.

Built by Prozilla