aspect-ratio-demo.tsx — ui Source File
Architecture documentation for aspect-ratio-demo.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 7dbb93a4_7393_f20d_c7ef_3aa4f9ed8fb1["aspect-ratio-demo.tsx"] 3eb36dd7_f51a_1431_02e2_7abafe315718["image"] 7dbb93a4_7393_f20d_c7ef_3aa4f9ed8fb1 --> 3eb36dd7_f51a_1431_02e2_7abafe315718 a9ff2ff9_62c2_5125_694a_930c5b85501c["aspect-ratio"] 7dbb93a4_7393_f20d_c7ef_3aa4f9ed8fb1 --> a9ff2ff9_62c2_5125_694a_930c5b85501c style 7dbb93a4_7393_f20d_c7ef_3aa4f9ed8fb1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import Image from "next/image"
import { AspectRatio } from "@/examples/base/ui/aspect-ratio"
export default function AspectRatioDemo() {
return (
<AspectRatio ratio={16 / 9} className="bg-muted w-full max-w-sm rounded-lg">
<Image
src="https://avatar.vercel.sh/shadcn1"
alt="Photo"
fill
className="rounded-lg object-cover grayscale dark:brightness-20"
/>
</AspectRatio>
)
}
Domain
Subdomains
Functions
Dependencies
- aspect-ratio
- image
Source
Frequently Asked Questions
What does aspect-ratio-demo.tsx do?
aspect-ratio-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in aspect-ratio-demo.tsx?
aspect-ratio-demo.tsx defines 1 function(s): AspectRatioDemo.
What does aspect-ratio-demo.tsx depend on?
aspect-ratio-demo.tsx imports 2 module(s): aspect-ratio, image.
Where is aspect-ratio-demo.tsx in the architecture?
aspect-ratio-demo.tsx is located at apps/v4/examples/base/aspect-ratio-demo.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free