{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "title": "Skeleton", "description": "Passive loading placeholder using Tailwind animate-pulse with terminal background levels and sharp edges.", "registryDependencies": [ "utils", "theme-catppuccin-mocha", "font-jetbrains-mono" ], "files": [ { "path": "registry/ui/skeleton.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"@/lib/utils\";\n\nfunction Skeleton({\n\tclassName,\n\t...props\n}: React.ComponentProps<\"div\">) {\n\treturn (\n\t\t\n\t);\n}\n\nexport { Skeleton };\n", "type": "registry:ui" } ], "type": "registry:ui" }