Open leandroaps opened 5 years ago
@leandroaps Unfortunately, it is not possible to do that. The current version of the Loading Bar can only emulate progress. It doesn't support rendering a Loading Bat that progressed to a particular %.
However, I think we should implement that feature. I'll keep the issue open until it is resolved.
Hello Mironov, how are you?
I'm using you progress bar component, awesome by the way. My environment uses React + Redux + Thunk and the progress bar works fine for fetch items. I have a big form with nine steps, I trying to use you component to setup the percentage of the form was filled by the user, each step send a post to the back-end with some status, and I trying to use this to send a value to the progress bar, but, without success, can you give me some help?
My structure is based on the create-react-app, using the App.jsx as main file with the components as steps on the page.
Thanks, Leandro.