-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Progress indeterminate #29
Comments
I'm just wondering: what are the situations when we would need to set indeterminate to true? |
I have only used once for a global progress bar on the top of the application, kind of like Nuxt.js has built in, but this one was indeterminate and it was visible in every request. For the other parts of the application I've used spinners for the same effect, so not sure if this is a good addition or not. I've seen other Vue.js frameworks having this, like Vuesax, Vuetify, that's why I proposed this new feature. |
I see. Let's go for it :) |
Closing this as we do not use this option anymore. :) |
What problem does this feature solve?
I did a few days ago the progress bar indeterminate for PSone.css. If you think this is a good addition I can do it here aswell.
What is your proposed solution?
A new prop (
indeterminate
) that would be a boolean (default: false
) that when is true the progress add's an indeterminate animation that will ultimately ignore the progress prop.The text was updated successfully, but these errors were encountered: