Interface: ProgressBarProps
Defined in: components/ProgressBar/ProgressBar.tsx:88
Props for the ProgressBar component.
Extends
Omit<RACProgressBarProps,"style"|"className"|"children">
Properties
evaluation?
optionalevaluation?:"primary"|"positive"|"caution"|"negative"
Defined in: components/ProgressBar/ProgressBar.tsx:99
Authorial emphasis. Choose the evaluation that matches the meaning of
the progress: positive for completing a desirable task, caution for
an approaching limit, negative for a failing operation. primary is
the default neutral chrome.
Default
'primary'
label?
optionallabel?:any
Defined in: components/ProgressBar/ProgressBar.tsx:101
Visible label shown above the bar.
showValueLabel?
optionalshowValueLabel?:boolean
Defined in: components/ProgressBar/ProgressBar.tsx:106
Whether to render the valueText/percentage alongside the label.
Default
true