Linear Progress
A horizontal progress bar driven by a value, with an optional trailing percentage and an indeterminate state.
Basic
Show codeHide code
Tones
tone encodes signal: brand for accent, success/warning/danger for outcome.
Show codeHide code
Magnitudes
Track thickness: sm is 5px, md is 8px.
Show codeHide code
Indeterminate
value={null} renders an animated fill with no aria-valuenow, for operations of unknown duration.
Show codeHide code
With label
A visible label sits before the track and also names the bar for assistive tech.
Uploading attachments
Show codeHide code
Installation
import { LinearProgress } from "@makeplane/propel/components/linear-progress";