Skeleton
A placeholder while content loads.
Installation
import { Skeleton } from "~/components/ui/Skeleton";Usage
<Skeleton className="h-4 w-3/4" />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Set the width, height, and shape. |
Accessibility
- Decorative (aria-hidden); mark the surrounding region aria-busy while content loads.