ProgressCircle
Use the ProgressCircle to indicate an ongoing loading process in a specific
part of the page.
When to use
- To indicate an ongoing loading process in a specific part of the page. For example, when loading results when users apply filters.
When not to use
- When indicating an ongoing saving or uploading process. Use
ProgressBarinstead. - When the app is loading for the first time or most of the page is in a loading
state. Use
Skeletoninstead. - When indicating that AI-generated content is being loaded. Use
AiLoadingIndicatorinstead.