@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! ⚡
21 lines (19 loc) • 320 B
CSS
.root {
position: absolute;
inset: 0;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
mask-repeat: no-repeat;
mask-size: 40px;
}
.svg {
position: absolute;
inset: 0;
z-index: 0;
width: 100%;
height: 100%;
pointer-events: none;
}