Interface ProgressBarProps

Hierarchy

  • ProgressBarProps

Properties

backgroundColor?: string

Background color of the progress bar.

Default

"rgba(95, 108, 114, 0.2)"

borderRadius?: number

Border radius of the progress bar.

Default

4

color: string

Color of the progress bar's charted bar.

height?: number

Height of the progress bar.

Default

16

maxValue: number

Maximum value of the progress bar's range.

minValue?: number

Minimum value of the progress bar's range.

Default

0

value: number

Current progress value.

width?: number

Width of the progress bar.

Default

300

Generated using TypeDoc