@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! ⚡
18 lines (14 loc) • 301 B
CSS
.skeleton-RLGgq2 {
background-color: var(--ac-muted);
border-radius: var(--ac-radius-md);
animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse-oKE0mf;
}
@keyframes pulse-oKE0mf {
0%, to {
opacity: 1;
}
50% {
opacity: .5;
}
}
/*# sourceMappingURL=skeleton_module.css.map */