Progress

Data Display

macOS gradient progress indicator bar.

Installation

$npx shadcn-macos@latest add progress

Examples

Downloading Update...70%
Syncing iCloud...

Props

<Progress />
PropTypeDefaultDescription
valuenumberCurrent progress value between 0 and max.
maxnumber100Maximum scale upper limit.
indeterminatebooleanfalseWhen true, displays an animated barber-pole shimmer pulse without fixed percentage.
classNamestringCustom CSS class names.