ProgressBar
Use the ProgressBar to indicate an ongoing saving or uploading process in a
specific part of the page.
When to use
- To indicate an ongoing saving or uploading process in a specific part of the page. For example, when uploading a file from a user's device.
When not to use
- When indicating an ongoing loading process. Use
ProgressCircleinstead. - When the app is loading for the first time or most of the page is in a loading
state. Use
Skeletoninstead.