The ProgressStep component is static. Let's make a ProgressBar component and the ProgressStep will be a child component of the new element.
Here are the following things that need to be done to complete this issue:
~- [ ] ProgressBar component~
~- [ ] has props for the total number of steps, current step, or steps completed~
[x] ProgressStep component is updated
[x] The width of a progress step would be 100 / divided by the total number of steps
The ProgressStep component is static. Let's make a ProgressBar component and the ProgressStep will be a child component of the new element.
Here are the following things that need to be done to complete this issue: ~- [ ] ProgressBar component~ ~- [ ] has props for the total number of steps, current step, or steps completed~
Additional Notes:
Examples: