Home / Function/ AspectRatioExample() — ui Function Reference

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
  2e1390ac_cb07_9688_0336_e57e70fee763["AspectRatioExample()"]
  a02d47fa_15b7_b0ad_0c7c_452840e5d50b["aspect-ratio-example.tsx"]
  2e1390ac_cb07_9688_0336_e57e70fee763 -->|defined in| a02d47fa_15b7_b0ad_0c7c_452840e5d50b
  style 2e1390ac_cb07_9688_0336_e57e70fee763 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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>
  )
}

Subdomains

Frequently Asked Questions

What does AspectRatioExample() do?
AspectRatioExample() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/aspect-ratio-example.tsx.
Where is AspectRatioExample() defined?
AspectRatioExample() is defined in apps/v4/registry/bases/base/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