Progress

Feedback
Local guide ↗ import { Progress } from "bits-ui"

Determinate

Controls advance a task toward a known end point

Uploading research-notes.pdf

Encrypted transfer

45%

Indeterminate

value={null} represents work whose completion cannot yet be calculated

Indexing workspace

The remaining work cannot be estimated yet

Working

value = null · data-state = indeterminate

value accepts a number or null. A null value changes data-state to indeterminate and adds data-indeterminate; numeric values are interpreted between min and max, which default to 0 and 100. A visible label should be connected with aria-labelledby, or replaced by an aria-label when no label is shown.