react-sweet-progress
react-sweet-progress copied to clipboard
A way to quickly add a progress bar to react app 🌈
Does anyone know how to set it to a specific decimal point? because in my side its showing all the numbers after decimal point
Anyone get this working with Typescript? Please share your .d.ts.
How i can disable animtion progress
Hello. I'm encountering this error when importing the `style.css` Uncaught Error: Cannot find module 'react-sweet-progress/lib/style.css' My component looks like this: import { Progress } from 'react-sweet-progress' import 'react-sweet-progress/lib/style.css' class ProgressModal...
I suppose RequestAnimationFrame is devil here, but how to keep animation running after tab change.
Love the library! I am using it as an experience like bar for objectives, but would like to request to have the percent instead be a fraction shown on the...
The colored line has "undefined" class when status is success error or default, but when status is "active" the line have class react-sweet-progress-line-inner-status-active. It would be nice to have similar...
strokeWidth not working for line progress bar
in the docs it says it will use default theme if status not specified. but it's actually using 'active' theme.. is it normal? plus it would be best if we...