-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Suggestion: Add message option #28
Comments
If you can think of a good UI for this that would be robust to all cases, then a PR would be great |
I would also love this feature! Currently working on a Shiny app that takes a while to load at startup, and would love in particular to have an initial loading message like "Loading data, please wait about 20 seconds..." and perhaps a simpler "Recalculating..." message for future loads after startup. Without having looked into the shinycssloaders code, I imagine this could be achieved by adding another div to hold some text beneath the loader? |
Yep. I was looking exactly for this feature... 👍 |
This is being worked on in #72 |
Solved with #72 You can use the |
Hello,
I am really content with the Spinner options to display while rendering a page. However, I would really like to have an option to show a message in addition to the Spinner image, as the loading of the page might take some time. Other alternatives such as
withProgress()
(https://shiny.rstudio.com/articles/progress.html) seem to have this feature and I think this might enrich the Spinner application very much. What do you think? Did you find a workaround?The text was updated successfully, but these errors were encountered: