Installation
via Shadcn cli
pnpm dlx shadcn@latest add https://neobrutalism.dev/r/skeleton.json
Manually
import { cn } from "@/lib/utils"
}: React.HTMLAttributes<HTMLDivElement>) {
"animate-pulse rounded-base bg-bw border-2 border-border",
Usage
import { Skeleton } from '@/components/ui/skeleton'
<div className="flex items-center space-x-4">
<Skeleton className="h-12 w-12 rounded-full" />
<div className="space-y-2">
<Skeleton className="h-4 sm:w-[250px] w-[100px]" />
<Skeleton className="h-4 sm:w-[200px] w-[100px]" />
Edit this page