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>Installation
Section titled “Installation”To install the skeleton component, run the following command:
npx shadcn@latest add @fulldev/skeleton