UNPKG

@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! ⚡

7 lines (6 loc) • 134 B
import { clsx } from "clsx"; function cn(...inputs) { return clsx(inputs); } export { cn }; //# sourceMappingURL=utilities.js.map