{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "aspect-ratio", "type": "registry:ui", "dependencies": [ "radix-ui" ], "registryDependencies": [], "files": [ { "path": "registry/new-york/ui/aspect-ratio.tsx", "content": "\"use client\"\n\nimport { AspectRatio as AspectRatioPrimitive } from \"radix-ui\"\n\nfunction AspectRatio({\n ...props\n}: React.ComponentProps) {\n return \n}\n\nexport { AspectRatio }\n", "type": "registry:ui" } ] }