Home / Function/ PromoVideo() — ui Function Reference

PromoVideo() — ui Function Reference

Architecture documentation for the PromoVideo() function in promo-video.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  f269c67c_02da_a684_c0f5_3ab268d80e54["PromoVideo()"]
  3f8ed912_14ed_e871_d332_f8dfa5450ce2["promo-video.tsx"]
  f269c67c_02da_a684_c0f5_3ab268d80e54 -->|defined in| 3f8ed912_14ed_e871_d332_f8dfa5450ce2
  style f269c67c_02da_a684_c0f5_3ab268d80e54 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/components/promo-video.tsx lines 5–19

export function PromoVideo() {
  return (
    <AspectRatio
      ratio={16 / 9}
      className="overflow-hidden rounded-lg border bg-white shadow-xl"
    >
      <video autoPlay muted playsInline>
        <source
          src="https://ui-shadcn.s3.amazonaws.com/ui-promo-hd.mp4"
          type="video/mp4"
        />
      </video>
    </AspectRatio>
  )
}

Subdomains

Frequently Asked Questions

What does PromoVideo() do?
PromoVideo() is a function in the ui codebase, defined in deprecated/www/components/promo-video.tsx.
Where is PromoVideo() defined?
PromoVideo() is defined in deprecated/www/components/promo-video.tsx at line 5.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free