{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "skeleton", "title": "Skeleton", "description": "A reduced-motion loading placeholder.", "registryDependencies": [ "@manner/utils", "@manner/manner-theme" ], "files": [ { "path": "registry/manner/ui/skeleton.tsx", "content": "import * as React from \"react\";\nimport { cn } from \"@/lib/cn\";\nexport function Skeleton({ className, ...props }: React.HTMLAttributes) { return
; }\n", "type": "registry:ui" } ], "type": "registry:ui" }