Skip to main content Red Hat Design System logo Contribute on Github

Spinner

Overview Style Guidelines Code Accessibility

Overview

A spinner indicates that an action is in progress. It appears as an animated circle over the section that is loading, and it may include a text label

Example of a spinner

Status

What do these mean?
Figma library:
Ready
RH Elements:
Ready
WebRH:
Ready

Sample element

Loading...

Demos

View a live version of this component and see how it can be customized.

<rh-spinner></rh-spinner>

<script type="module">
import '@rhds/elements/rh-spinner/rh-spinner.js';
</script>

Full screen demo

When to use

  • When loading a section is expected to take fewer than ten seconds
  • When the structure or amount of content that's loading is unknown

Property Status Meaning
Figma library Ready Component is available in the Figma library
RH Elements Ready Component is available in the RH Elements repo
WebRH Ready Component is available in the WebRH repo
© 2021-2024 Red Hat, Inc. Deploys by Netlify