Skeleton
A pulsing placeholder shape for content that is still loading.
Install
pnpm dlx shadcn@latest add @namche/skeletonUsage
import { Skeleton } from '@/components/ui/skeleton';
<Skeleton className="h-3.5 w-32" />
<Skeleton className="size-8 rounded-full" />Skeleton is a single div with no props of its own — size, radius, and
shape all come from className, so it composes into any layout: avatars,
text lines, cards, table rows.