The ProgressBar component needs to take a 0 to 1 value and display it as a progress bar.
Should be able to switch colors (brand, plain, positive, negative).
Non progressed space should have a light color, the progressed space should use the main color.
Progress should animate as well, animation duration should be configurable via props.
The
ProgressBarcomponent needs to take a0to1value and display it as a progress bar.Should be able to switch colors (
brand,plain,positive,negative).Non progressed space should have a light color, the progressed space should use the main color.
Progress should animate as well, animation duration should be configurable via props.