Loading

Guidelines for using progress and loading indicators.

Loading indicators are an important way to provide feedback to users when a process is taking place. Common examples are loading the app when data is being fetched, or a process is taking place, such as export, saving, or payment.

We have three types of loading indicators:

Use placeholders in place of content while it's being loaded. They help reduce cognitive load and give an indication to what users should expect once the content has loaded. Where possible, use placeholders instead of alternative loading methods, such as spinners.

Placeholders consist of basic shapes, such as circles and rectangles, and are used in a way that represents the structure of the loading content.

To create a new placeholder, import existing placeholders, either the basic shapes or those created by others, and arrange them as needed. Modify the size and color of the placeholders to allow you to recreate any existing component.

The basic placeholder shapes:

By default, all placeholders have a flashing animation. Multiple placeholders can be orchestrated to flash in sequence using the index prop.

You can access all of the basic shape placeholders through the App UI Kit's Placeholder component. Or if you're loading text content , use TextPlaceholder or TitlePlaceholder.

Bar progress indicators are helpful when the waiting time could be 5 seconds or more. Having a determinate state provides more incentive for users to stick around for longer.

You can find a pre-built ProgressBar in the App UI Kit.

Circle loading indicators are helpful for shorter wait times and perfect for more confined spaces, such as buttons.

You can find a circular LoadingIndicator in the App UI Kit.