@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! ⚡
1 lines • 517 B
Source Map (JSON)
{"version":3,"sources":["webpack://./src/components/ui/skeleton.module.css"],"names":[],"mappings":"AAAA;EACE,iCAAiC;EACjC,kCAAkC;EAClC,8DAAuD;AACzD;;AAEA;EACE;IACE,UAAU;EACZ;;EAEA;IACE,WAAW;EACb;AACF","sourcesContent":[".skeleton {\r\n border-radius: var(--ac-radius-md);\r\n background-color: var(--ac-muted);\r\n animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\r\n}\r\n\r\n@keyframes pulse {\r\n 0%, 100% {\r\n opacity: 1;\r\n }\r\n 50% {\r\n opacity: 0.5;\r\n }\r\n}\r\n"],"sourceRoot":""}