ProgressBar
ProgressBar(
__namedParameters):ReactElement
Defined in: react/components/feedback/progress-bar.tsx:48
A horizontal progress bar. With animate, a change to value sweeps to the
new fill rather than jumping — pleasant for steppy or bursty progress (a
download that arrives in chunks, a multi-stage task).
The tween runs inside the widget (via its portable animation engine), not in
a React hook, so the smoothing is the same no matter what drives value.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement