AspectRatioExample() — ui Function Reference
Architecture documentation for the AspectRatioExample() function in aspect-ratio-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5bba0770_871c_8a2b_dffe_4c1c90e7d8e0["AspectRatioExample()"] bdf7ae01_98e7_2f6a_52d5_35d9d1f7eaba["aspect-ratio-example.tsx"] 5bba0770_871c_8a2b_dffe_4c1c90e7d8e0 -->|defined in| bdf7ae01_98e7_2f6a_52d5_35d9d1f7eaba style 5bba0770_871c_8a2b_dffe_4c1c90e7d8e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx lines 9–18
export default function AspectRatioExample() {
return (
<ExampleWrapper className="max-w-4xl 2xl:max-w-4xl">
<AspectRatio16x9 />
<AspectRatio21x9 />
<AspectRatio1x1 />
<AspectRatio9x16 />
</ExampleWrapper>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does AspectRatioExample() do?
AspectRatioExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx.
Where is AspectRatioExample() defined?
AspectRatioExample() is defined in apps/v4/registry/bases/radix/examples/aspect-ratio-example.tsx at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free