Skip to content
Vy logo
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" flexDirection="column" justifyContent="center">
  <ColorInlineLoader width="80px" />
  <DarkInlineLoader width="80px" />
  <LightInlineLoader width="80px" backgroundColor="darkTeal" />
</Stack>