Classes list

Every class Progress recognizes, straight from the @flickui/css source.

ClassPurpose
.progressBase class — required; renders the bar form by default
.progress-labelText above the bar (e.g. a percentage or status message)
.progress-trackThe bar's background/rail (bar form only)
.progress-fillThe filled portion — set its width via inline style (bar form only)
.progress-fill-stripedAdds a diagonal stripe texture to the fill
.progress-fill-animatedAnimates the stripes for a "busy" look (combine with -striped)
.progress-fill-shimmerA sweeping highlight for an indeterminate bar
.progress-ringSwitches to the circular SVG gauge form
.progress-svg / -track / -arcThe ring form's SVG elements
.progress-svg-labelCentered text label inside the ring
.is-completeForces the bar fill to 100%
.is-indeterminateSpins the ring continuously (ring form only)
.progress-meterMarks a bar as a threshold "meter" (combine with .is-over)
.is-overRecolors a .progress-meter bar red when a threshold has been exceeded