{ "name": "skeleton", "type": "registry:ui", "title": "Skeleton", "description": "Loading placeholder with pulse animation", "registryDependencies": [], "dependencies": [], "files": [ { "path": "components/ui/skeleton.tsx", "type": "registry:ui", "content": "import * as React from \"react\";\nimport { cn } from \"@barddev/ui-shared\";\n\n/**\n * Skeleton loading placeholder\n * Displays animated pulse effect for loading states\n */\nfunction Skeleton({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n
\n );\n}\n\nexport { Skeleton };\n" } ] }