Skip to main content

Interface: ProgressBarProps

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

Props for the ProgressBar component.

Extends

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

Properties

evaluation?

optional evaluation?: "primary" | "accent" | "positive" | "caution" | "negative"

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

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. accent is the default — informative activity with the brand fill; primary is the monochrome variant.

Default

'accent'

label?

optional label?: ReactNode

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

Visible label shown above the bar.


showValueLabel?

optional showValueLabel?: boolean

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

Whether to render the valueText/percentage alongside the label.

Default

true