Inactivehelp wanted
描述
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
When "steps" are enabled, the progress bar uses a fixed with of 14px per step. Other progress bars have a width 100% (by default).
The ability to resize the "Progress" component in "step" mode would be helpful in fitting this element into various designs.
What does the proposed API look like?
Ideally it would just leverage the standard css style properties. However, I imagine this implementation might be challenging around responsive design.
It would at least be better if we had the ability to set the stepWidth to a fixed px value.