@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! ⚡
44 lines (37 loc) • 833 B
CSS
.group-pdU0M9 {
gap: var(--ac-space-2);
display: grid;
}
.item-RwPhcM {
background-color: var(--ac-background);
border: 1px solid var(--ac-primary);
color: var(--ac-primary);
cursor: pointer;
height: 1rem;
transition: border-color var(--ac-transition-fast),background-color var(--ac-transition-fast);
border-radius: 999px;
outline: none;
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;
}
}
.indicator-y5Uthw {
justify-content: center;
align-items: center;
display: inline-flex;
}
.icon-ZtI68F {
fill: currentColor;
width: .625rem;
height: .625rem;
}
/*# sourceMappingURL=radio-group_module.css.map */