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

aspect-ratio.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "aspect-ratio",
  "type": "registry:ui",
  "author": "shadcn (https://ui.shadcn.com)",
  "dependencies": [
    "@radix-ui/react-aspect-ratio"
  ],
  "files": [
    {
      "path": "ui/aspect-ratio.tsx",
      "content": "\"use client\"\n\nimport * as AspectRatioPrimitive from \"@radix-ui/react-aspect-ratio\"\n\nconst AspectRatio = AspectRatioPrimitive.Root\n\nexport { AspectRatio }\n",
      "type": "registry:ui",
      "target": ""
    }
  ]
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free