Molecule
Aspect Ratio
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/aspect-ratioUsage
tsx
import { AspectRatio } from "@/components/ui/molecules/aspect-ratio.tsx";
export default function Example() {
return <AspectRatio />;
}