Site settings
Change the appearance of the site to suit your preferences
Content loader
Content loaders are used to entertain the user while they wait for a longer operation.
A large content loader
<ContentLoader> Please wait while we find your tickets </ContentLoader>
A smaller content loader you can use inside other elements
<Stack direction="row" flexDirection="column" justifyContent="center"> <ColorInlineLoader width="80px" /> <DarkInlineLoader width="80px" /> <LightInlineLoader width="80px" backgroundColor="darkTeal" /> </Stack>