{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "aspect-ratio-demo", "type": "registry:example", "registryDependencies": [ "aspect-ratio" ], "files": [ { "path": "registry/new-york-v4/examples/aspect-ratio-demo.tsx", "content": "import Image from \"next/image\"\n\nimport { AspectRatio } from \"@/registry/new-york-v4/ui/aspect-ratio\"\n\nexport default function AspectRatioDemo() {\n return (\n \n \n \n )\n}\n", "type": "registry:example" } ] }