@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! ⚡
28 lines (22 loc) • 393 B
CSS
.spinner-R6WX_P {
color: var(--ac-foreground);
transform-origin: center;
width: 1rem;
height: 1rem;
animation: .8s linear infinite spin-q0qyGs;
}
.track-yVCPfY {
opacity: .2;
}
.indicator-fZm2Rm {
stroke-linecap: round;
}
@keyframes spin-q0qyGs {
0% {
transform: rotate(0);
}
to {
transform: rotate(1turn);
}
}
/*# sourceMappingURL=spinner_module.css.map */