@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! ⚡
30 lines (25 loc) • 514 B
CSS
.container {
overflow: hidden;
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-lg);
}
.header {
display: flex;
gap: var(--ac-space-4);
padding: var(--ac-space-3) var(--ac-space-4);
background-color: var(--ac-muted);
}
.headerCell {
flex: 1;
height: 0.875rem;
}
.row {
display: flex;
gap: var(--ac-space-4);
border-top: 1px solid var(--ac-border);
padding: var(--ac-space-3) var(--ac-space-4);
}
.cell {
flex: 1;
height: 0.875rem;
}