{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "aspect-ratio", "files": [ { "path": "registry/base-maia/ui/aspect-ratio.tsx", "content": "import { cn } from \"@/registry/base-maia/lib/utils\"\n\nfunction AspectRatio({\n ratio,\n className,\n ...props\n}: React.ComponentProps<\"div\"> & { ratio: number }) {\n return (\n
\n )\n}\n\nexport { AspectRatio }\n", "type": "registry:ui" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/aspect-ratio", "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx" } }, "type": "registry:ui" }