Progress

Core component

Also known as

Progress bar, Progress indicator
Available since
@salt-ds/core@1.17.0

A progress indicator gives the user an understanding of how long a system operation will take. Use it when the operation will take more than a second to complete. Two components are available to accommodate different layout constraints: CircularProgress and LinearProgress.

Density
Mode

Use linear or circular depending on the context, layout and functionality of an application. Use the same indicator for the same type of process to ensure consistency.