@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! ⚡
55 lines (45 loc) • 996 B
CSS
.root-gCyNUT {
touch-action: none;
-webkit-user-select: none;
user-select: none;
}
.control-cXEMBl, .root-gCyNUT {
width: 100%;
display: flex;
}
.control-cXEMBl {
align-items: center;
min-height: 1rem;
}
.control-cXEMBl, .track-LybfXu {
position: relative;
}
.track-LybfXu {
background-color: color-mix(in oklch,var(--ac-foreground),transparent 88%);
border-radius: 999px;
width: 100%;
height: .375rem;
overflow: hidden;
}
.indicator-AfXSd_ {
background-color: var(--ac-primary);
position: absolute;
inset: 0 auto 0 0;
}
.thumb-NOPJuS {
background-color: var(--ac-background);
border: 1px solid color-mix(in oklch,var(--ac-primary),transparent 60%);
border-radius: 999px;
outline: none;
width: .875rem;
height: .875rem;
box-shadow: 0 2px 8px #00000024;
}
.thumb-NOPJuS:focus-visible {
outline: 2px solid var(--ac-ring);
outline-offset: 2px;
}
.thumb-NOPJuS[data-disabled] {
opacity: .5;
}
/*# sourceMappingURL=slider_module.css.map */