[RefreshIndicator/CircularProgress] - Make CircularProgress be configurable to start out on full stroke #2582
Labels
component: CircularProgress
The React component
component: progress
This is the name of the generic UI component, not the React module!
new feature
New feature or request
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Hey there,
As an enhancement I would like to see the
CircularProgress
to start on a large stroke instead of a small one, through a boolean configuration. What I mean with this is the following:Small:
![screen shot 2015-12-18 at 11 11 40](https://cloud.githubusercontent.com/assets/2427370/11894532/27201184-a578-11e5-8d65-804fb3b23c34.png)
Large:
![screen shot 2015-12-18 at 11 12 15](https://cloud.githubusercontent.com/assets/2427370/11894547/38e96032-a578-11e5-8411-8115a10f7832.png)
As an additional request I would like it to be configurable through the
RefreshIndicator
props as well. Maybe for a loadingstatus
add astartPercentage
property?Regards, Serfenia
The text was updated successfully, but these errors were encountered: