@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! ⚡
35 lines (30 loc) • 618 B
CSS
.root-zQhInF {
border-radius: 9999px;
flex-shrink: 0;
justify-content: center;
align-items: center;
width: 2.5rem;
height: 2.5rem;
display: flex;
position: relative;
overflow: hidden;
}
.image-cfk_Wf {
aspect-ratio: 1;
object-fit: cover;
}
.fallback-AqFt3B, .image-cfk_Wf {
width: 100%;
height: 100%;
}
.fallback-AqFt3B {
background-color: var(--ac-muted);
color: var(--ac-muted-foreground);
font-size: var(--ac-text-sm);
border-radius: 9999px;
justify-content: center;
align-items: center;
font-weight: 500;
display: flex;
}
/*# sourceMappingURL=avatar_module.css.map */