Skip to main content

ProgressView

A view that shows the progress towards completion of a task.

Example​

Indeterminate​

<ProgressView />

Linear​

<ProgressView value={progress} />

Props​

ProgressView inherits all View Modifiers as props.

propdescriptiontyperequireddefault
valueThe progress valuenumbernoundefined
totalThe max progress valuenumberno100