Skip to content

Interface ProgressBarProps

Source: ProgressBar.tsx

Properties

align?

optional align: "left"


backgroundColor?

optional backgroundColor: string

The CSS background color of the progress bar


className?

optional className: string

className prop for the progress bar


fillColor?

optional fillColor: string

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


fillPercentage

fillPercentage: number

The amount of progress, as a percentage

Built by Prozilla