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