Components
Content loader
Content loaders are used to entertain the user while they wait for a longer operation.
Examples
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" justifyContent="center"> <ColorInlineLoader width="80px" /> <DarkInlineLoader width="80px" /> <LightInlineLoader width="80px" backgroundColor="darkTeal" /> </Stack>