You are viewing the older version of Fidely UI for latest visitFidely UI V2

Skeleton

Used to render a placeholder while the content is loading.

Usage

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

On this page