@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! ⚡
20 lines (17 loc) • 324 B
CSS
.overlay {
position: absolute;
inset: 0;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
border-radius: inherit;
background-color: rgb(from var(--ac-background) r g b / 0.7);
}
.blur {
backdrop-filter: blur(4px);
}
.spinner {
width: 2rem;
height: 2rem;
}