Progress
Progress indicator gives the user a precise view of how long a system operation is taking. Use it when the action will last more than a second. Two variants are available to accommodate different layouts: CircularProgress and LinearProgress.
| Salt package | @salt-ds/core |
|---|---|
| Available since | 1.17.0 |
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.
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.
Use an indeterminate linear progress to indicate ongoing progress until a determinate value can be specified.
Specify the min and max values of the progress indicator. The default range is 0 - 100.
Specify a buffer value to indicate loading state. The buffer is a pending value so will not affect the progress label.
Dynamically represent a progressing value in the progress indicator.
Dynamically represent a progressing buffer value in the progress indicator.