Multi-value progress bar #3464
troypoulter
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hi @troypoulter, In addition I added the option to pass a color class. Passing multiple values:
Passing a single value:
Result: this is the progress component:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding the ability for the
<Progress />
to accept multiple values and display them, mock-up below.The API for it could look something like the below, where we pass an array in to allow n number of
values
.<Progress values={[33, 55]} />
The earlier numbers in the array should be placed on top, with the following values placed underneath, perhaps with
zIndex
?Beta Was this translation helpful? Give feedback.
All reactions