@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! ⚡
45 lines (38 loc) • 921 B
CSS
.checkbox-Wu1gAd {
border: 1px solid var(--ac-primary);
border-radius: var(--ac-radius-xs);
color: currentColor;
cursor: pointer;
height: 1rem;
transition: background-color var(--ac-transition-fast),border-color var(--ac-transition-fast);
background-color: #0000;
outline: none;
flex-shrink: 0;
justify-content: center;
align-items: center;
width: 1rem;
display: inline-flex;
&:focus-visible {
outline: 2px solid var(--ac-ring);
outline-offset: 2px;
}
&[data-disabled] {
cursor: not-allowed;
opacity: .5;
}
&[data-checked], &[data-indeterminate] {
background-color: var(--ac-primary);
border-color: var(--ac-primary);
color: var(--ac-primary-foreground);
}
}
.indicator-zquFRe {
justify-content: center;
align-items: center;
display: flex;
& svg {
width: .75rem;
height: .75rem;
}
}
/*# sourceMappingURL=checkbox_module.css.map */