Circular Progress
A small progress ring driven by a value, with an indeterminate spinning state.
Basic
Show codeHide code
Tones
Arc color by signal: brand accent, success/warning/danger outcome.
Show codeHide code
Magnitudes
Diameter: sm 16px / md 20px.
Show codeHide code
Indeterminate
value={null} is indeterminate: a fixed quarter arc spins with no aria-valuenow.
Show codeHide code
Installation
import { CircularProgress } from "@makeplane/propel/components/circular-progress";