AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 231 forks source link

[Feature request] Progress bar indeterminate #139

Open guastallaigor opened 5 years ago

guastallaigor commented 5 years ago

What will it allow you to do that you can't do today?

It will make the progress bar indeterminate (constantly animated) if you pass a new prop indeterminate.

How will it make current work-arounds straightforward?

Just pass the new prop indeterminate, and remove the required attribute from the percent prop, because there will be no need in this case.

What potential bugs and edge cases does it help to avoid?

None, just a new feature for some loading cases.


Note: If you accepted this, I've already have the code to make a PR, just let me know. Thanks.