UNPKG

@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! ⚡

16 lines (14 loc) • 295 B
.track { position: relative; width: 100%; height: 0.5rem; overflow: hidden; border-radius: 9999px; background-color: var(--ac-secondary); } .indicator { height: 100%; border-radius: 9999px; background-color: var(--ac-primary); transition: width 200ms ease; }