Props for the ProgressBar.

interface IProps {
    height?: number;
    label?: string;
    progress: number;
    width?: number;
}

Properties

height?: number

Element height

label?: string

The aria-label for the widget

progress: number

The current progress percentage, from 0 to 100

width?: number

Element width