You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The
ProgressBar
component needs to take a0
to1
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 text was updated successfully, but these errors were encountered: