Skeleton
Use to show a placeholder while content is loading.
Installation
›pnpm dlx shadcn@latest add @evolphin/skeleton
Usage
import { Skeleton } from "@/components/ui/skeleton";<Skeleton className="w-[100px] h-[20px] rounded-full" />Examples
Default
Card
API Reference
Skeleton
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes |