Skip to main content

Interface: ProgressBarProps

Defined in: components/ProgressBar/ProgressBar.tsx:88

Props for the ProgressBar component.

Extends

  • Omit<RACProgressBarProps, "style" | "className" | "children">

Properties

evaluation?

optional evaluation?: "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?

optional label?: any

Defined in: components/ProgressBar/ProgressBar.tsx:101

Visible label shown above the bar.


showValueLabel?

optional showValueLabel?: boolean

Defined in: components/ProgressBar/ProgressBar.tsx:106

Whether to render the valueText/percentage alongside the label.

Default

true