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
It would be great to add more options to the ProgressCircle component (some of them may also be applied to ProgressBar 🤔 ).
These ones which are important for us are:
add an option to customize the progress color. Something like is implemented in Loader component, but I think that we can do it better by also adding a gradient - e.g. here
in addition to custom sizes 'small' | 'medium' | 'large' adding an option to it can also be a number in px to be able to set a custom size
add the possibility to define centred content inside as a ReactNode. e.g. here, but in our case, at least at the first step, I think that just custom content is enough, without any default content like <progress>%. This feature will probably also require a definition of background color inside (or maybe props to define it itself 🤔)
These additional props will handle a lot of extra use cases, for instance:
Thanks!
Design
No response
The text was updated successfully, but these errors were encountered:
Description
It would be great to add more options to the
ProgressCircle
component (some of them may also be applied toProgressBar
🤔 ).These ones which are important for us are:
Loader
component, but I think that we can do it better by also adding a gradient - e.g. here'small' | 'medium' | 'large'
adding an option to it can also be anumber
inpx
to be able to set a custom sizeReactNode
. e.g. here, but in our case, at least at the first step, I think that just custom content is enough, without any default content like<progress>%
. This feature will probably also require a definition of background color inside (or maybe props to define it itself 🤔)These additional props will handle a lot of extra use cases, for instance:
Thanks!
Design
No response
The text was updated successfully, but these errors were encountered: