@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 • 703 B
Source Map (JSON)
{"version":3,"sources":["webpack://./src/components/ui/spinner.module.css"],"names":[],"mappings":"AAAA;EACE,2BAA2B;EAC3B,wBAAwB;EACxB,WAAW;EACX,YAAY;EACZ,0CAAmC;AACrC;;AAEA;EACE,WAAW;AACb;;AAEA;EACE,qBAAqB;AACvB;;AAEA;EACE;IACE,oBAAoB;EACtB;;EAEA;IACE,wBAAwB;EAC1B;AACF","sourcesContent":[".spinner {\r\n width: 1rem;\r\n height: 1rem;\r\n color: var(--ac-foreground);\r\n animation: spin 0.8s linear infinite;\r\n transform-origin: center;\r\n}\r\n\r\n.track {\r\n opacity: 0.2;\r\n}\r\n\r\n.indicator {\r\n stroke-linecap: round;\r\n}\r\n\r\n@keyframes spin {\r\n from {\r\n transform: rotate(0deg);\r\n }\r\n\r\n to {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n"],"sourceRoot":""}