@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! ⚡
29 lines (24 loc) • 410 B
CSS
.form {
display: flex;
flex-direction: column;
gap: var(--ac-space-4);
}
.field {
display: flex;
flex-direction: column;
gap: var(--ac-space-1);
}
.label {
width: 30%;
height: 0.875rem;
}
.input {
height: 2.5rem;
border-radius: var(--ac-radius-md);
}
.submit {
align-self: flex-end;
width: 8rem;
height: 2.5rem;
border-radius: var(--ac-radius-md);
}