Spinner
Spinner helps indicate that a surface's content or portion of content is currently loading.
Props
Usage guidelines
When to use
- When loading or updating content on a surface.
When not to use
- To communicate that a UI element, such as a button, is performing an action that takes a perceptible amount of time. Contact us if this is needed.
Example
Spinners indicate when a user has to wait for something else to occur. They delay showing for 300ms to improve perceived performance.
The label on a spinner is for accessibility. You should pick labels that relate to the specific part of the product it's being used in ("Loading homefeed" for instance).