JohnCoene / waiter

🕰️ Loading screens for Shiny
https://waiter.john-coene.com/
Other
495 stars 25 forks source link

Add a text box below the spinner #115

Closed SimonCoulombe closed 2 years ago

SimonCoulombe commented 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

JohnCoene commented 2 years ago

Yes, this is shown here the html argument accepts any {shiny} tag

SimonCoulombe commented 2 years ago

ooh, I had missed it. Thanks!

https://waiter.john-coene.com/#/waiter/intro#customise