Components
Spinner
Spinners can be used to show the user that something is happening.
Examples
Different color spinners
<Stack direction="row" justifyContent="center"> <ColorSpinner width="58px" /> <LightSpinner backgroundColor="darkTeal" width="58px" /> <DarkSpinner width="58px" /> </Stack>
Spinner with a descriptive text
<ColorSpinner width="58px"> Fetching tickets </ColorSpinner>