This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
aspect-ratio
agileflow-projectquestorg/aspect-ratioRemovedComponent
shadcn/ui publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/aspect-ratio.jsonSource
1"use client"23import { AspectRatio as AspectRatioPrimitive } from "radix-ui"45function AspectRatio({6 ...props7}: React.ComponentProps<typeof AspectRatioPrimitive.Root>) {8 return <AspectRatioPrimitive.Root data-slot="aspect-ratio" {...props} />9}1011export { AspectRatio }
