🌹 Graz - George Design System stands in solidarity with the victims and families affected by the tragic school shooting in Graz. Our hearts go out to all those impacted by this senseless act of violence.

Spinner

Open in Storybook Open in Figma

George’s loading animation is plain HTML including an SVG element for the CSS animation. Embed the HTML snippet where needed.

Loading demo…
Rules For Designers
  • Whenever there is sufficient space available (e.g full screen/card loading), use the spinner on top of explanatory text.
  • Whenever there are several elements on the same page loaded separately (e.g. credit card overview), use the spinner stand-alone (without explanatory text).
  • Whenever there is insufficient vertical space but need for explanatory text, position the spinner to the left of the explanatory text – should be treated rather as an exception.

ConditionalSpinner REACT-ONLY

ConditionalSpinner functions as a shortcut to displaying either a spinner or content via a single boolean prop.

Loading demo…
Rules For Developers
  • Avoid rendering a ConditionalSpinner with no children, use the Spinner component instead