A placeholder component used to indicate loading content.
Import the Skeleton
component from @bun-ui/react
and use it in your project:
import { Skeleton } from "@bun-ui/react"
<Skeleton width={100} height={100} />
The Skeleton
component supports different variants such as circle
and rectangle
. Use the variant
prop to specify the shape.