Progress
Three pixels of track and a light in it. Pass indeterminate for a segment that sweeps and leaves.
Determinate68%
Indeterminateunknown
Installation
npx shadcn@latest add @afterglow/progressAPI Reference
Progress
indeterminate is the sweep for work with no known length. It is a separate prop rather than a null value, because a bar at zero and a bar with no number are different things to look at.
| Prop | Type | Default |
|---|---|---|
| value | number | null | - |
| indeterminate | boolean | false |
Everything else is Base UI progress's API, documented there.