implementation of Spinner() and ProgressIndicator()
#38
-
|
@kamilzyla I've tried with Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
@kyle-power thanks, I think such an example would be super valuable. We've just made significant improvements to the package, so this should be easier in the new version. We'll try prepare an example for you soon. |
Beta Was this translation helpful? Give feedback.
-
|
@kyle-power You are looking for something like this right? |
Beta Was this translation helpful? Give feedback.
-
|
@kyle-power After investigating the problem a bit, I have to admit that it's quite difficult to use custom progress indicators. I created an issue to find a solution for that here: Appsilon/shiny.react#22. You can also check it out for a partial workaround (for a simple busy / not busy case). |
Beta Was this translation helpful? Give feedback.
@kyle-power After investigating the problem a bit, I have to admit that it's quite difficult to use custom progress indicators. I created an issue to find a solution for that here: Appsilon/shiny.react#22. You can also check it out for a partial workaround (for a simple busy / not busy case).