Closed SimonCoulombe closed 2 years ago
Hi! First, thanks for creating this. It is super useful for my shiny apps, which needs a good 30 seconds to prepare data at startup.
I was wondering if it was possible to add a text box to the spinner during those 30 seconds.
It would basically an "about" box, telling people what the app is for and how to use it.
Once the spinner disappears, they could be on the "About" tab, so they could keep reading.
thanks
Yes, this is shown here the html argument accepts any {shiny} tag
html
tag
ooh, I had missed it. Thanks!
https://waiter.john-coene.com/#/waiter/intro#customise
Hi! First, thanks for creating this. It is super useful for my shiny apps, which needs a good 30 seconds to prepare data at startup.
I was wondering if it was possible to add a text box to the spinner during those 30 seconds.
It would basically an "about" box, telling people what the app is for and how to use it.
Once the spinner disappears, they could be on the "About" tab, so they could keep reading.
thanks