Skip to content
X

Skeleton

---
import { Skeleton } from "@/components/ui/skeleton"
---
<div class="w-full max-w-sm space-y-2">
<Skeleton class="h-12 w-12 rounded-full" />
<Skeleton class="h-4 w-full" />
<Skeleton class="h-4 w-3/4" />
</div>

To install the skeleton component, run the following command:

Terminal window
npx shadcn@latest add @fulldev/skeleton