Aspect Ratio
Fixed-ratio media wrapper.
Full API on ui.shadcn.com16:9
Maintains a fixed ratio regardless of parent width.
<AspectRatio ratio={16 / 9} className="rounded-md border border-border bg-muted" />Fixed-ratio media wrapper.
Full API on ui.shadcn.comMaintains a fixed ratio regardless of parent width.
<AspectRatio ratio={16 / 9} className="rounded-md border border-border bg-muted" />