Fidely UI v1 beta is now available!. 🚀

Skeleton

Used to render a placeholder while the content is loading.

Usage

import { Skeleton, SkeletonText } from '@fidely-ui/react'
<Stack gap="6" maxW="xs">
  <HStack width="full">
    <SkeletonText noOfLines={3} />
  </HStack>
  <Skeleton height="200px" />
</Stack>

On this page