Home / File/ aspect-ratio-demo.json — ui Source File

aspect-ratio-demo.json — ui Source File

Architecture documentation for aspect-ratio-demo.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$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    <AspectRatio ratio={16 / 9} className=\"bg-muted rounded-lg\">\n      <Image\n        src=\"https://images.unsplash.com/photo-1588345921523-c2dcdb7f1dcd?w=800&dpr=2&q=80\"\n        alt=\"Photo by Drew Beamer\"\n        fill\n        className=\"h-full w-full rounded-lg object-cover dark:brightness-[0.2] dark:grayscale\"\n      />\n    </AspectRatio>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}

Frequently Asked Questions

What does aspect-ratio-demo.json do?
aspect-ratio-demo.json is a source file in the ui codebase, written in json.
Where is aspect-ratio-demo.json in the architecture?
aspect-ratio-demo.json is located at deprecated/www/public/r/styles/new-york-v4/aspect-ratio-demo.json (directory: deprecated/www/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free