The library is still in early development. Breaking changes and bugs may occur without prior notice. Thanks for your interest in using the library!
v0.2.47Beta

Search

Skeleton

Source

A placeholder component used to indicate loading content.

Usage

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} />

Examples

Image

The Skeleton component supports different variants such as circle and rectangle. Use the variant prop to specify the shape.

Card