{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "acme", "homepage": "https://acme.com", "items": [ { "name": "shimmer", "type": "registry:ui", "title": "Shimmer", "description": "Wrap children with a configurable shimmer loading effect.", "files": [ { "path": "registry/shimmer.tsx", "type": "registry:ui" }, { "path": "registry/shimmer.css", "type": "registry:file", "target": "components/ui/shimmer.css" } ], "dependencies": ["@radix-ui/react-slot@^1.2.0"], "docs": "Usage: `import { Shimmer } from \"@/components/shimmer\"` then `Loading...`. Override colors via CSS vars: `[--shimmer-base:theme(colors.gray.900)] [--shimmer-highlight:theme(colors.gray.300)]`." } ] }