@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! ⚡
36 lines (30 loc) • 467 B
CSS
.list {
display: flex;
flex-direction: column;
gap: var(--ac-space-3);
}
.item {
display: flex;
align-items: center;
gap: var(--ac-space-3);
}
.avatar {
width: 2.5rem;
height: 2.5rem;
flex-shrink: 0;
border-radius: 50%;
}
.text {
display: flex;
flex: 1;
flex-direction: column;
gap: var(--ac-space-1);
}
.primary {
width: 60%;
height: 0.875rem;
}
.secondary {
width: 40%;
height: 0.75rem;
}