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