You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: