@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
13 lines (12 loc) • 510 B
JavaScript
import { jsx } from "react/jsx-runtime";
import { cn } from "../../lib/utilities.js";
import skeleton_module from "./skeleton.module.js";
import * as __rspack_external_react from "react";
const Skeleton = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("div", {
ref: ref,
className: cn(skeleton_module.skeleton, className),
...props
}));
Skeleton.displayName = "Skeleton";
export { Skeleton };
//# sourceMappingURL=skeleton.js.map