react-progressbar-cs
Version:
An Progressbar components.
1 lines • 497 B
CSS
.progress-container{background-color:#e0e0e0;border-radius:5px;overflow:hidden;position:relative}.progress-bar{align-items:center;background-color:#007bff;color:#fff;display:flex;font-weight:700;justify-content:center;text-align:center;transition:width .3s ease-in-out}.progress-ring-bg{fill:none;stroke:#e0e0e0;stroke-width:8}.progress-ring-fill{fill:none;stroke:#007bff;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .6s ease-in-out}.progress-text{fill:#007bff;font-weight:700}