@arolariu/components
Version:
🎨 60+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
13 lines (12 loc) • 327 B
JavaScript
"use client";
import { jsx } from "react/jsx-runtime";
import "react";
import { Root } from "@radix-ui/react-aspect-ratio";
function AspectRatio({ ...props }) {
return /*#__PURE__*/ jsx(Root, {
"data-slot": "aspect-ratio",
...props
});
}
export { AspectRatio };
//# sourceMappingURL=aspect-ratio.js.map