Linear progress
Also known as: Progress bar, Loading bar
Preview
Resources
Properties
Property | Values | Default |
---|---|---|
Size Variant | 5Xs | 4Xs | 3Xs | 2Xs | 2Xs |
Label Text | string | 75% |
When to use
When progress is determinate, meaning the system can measure and display completion percentage.
When progress moves towards completion in a linear manner, such as file uploads, form completion or loading screens.
When the progress is indeterminate and you cannot measure completion, use loader instead.