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

10 lines (8 loc) • 209 B
declare module "*.module.css" { const styles: Record<string, string>; export default styles; } declare module "*.module.scss" { const styles: Record<string, string>; export default styles; }