daattali / shinycssloaders

⌛ Add loading animations to a Shiny output while it's recalculating
https://daattali.com/shiny/shinycssloaders-demo/
Other
395 stars 45 forks source link

Example of how to use custom CSS #59

Closed jsicherman closed 3 years ago

jsicherman commented 3 years ago

Hi,

I want to use a different spinner, specifically this one, but I'm not sure how support for custom CSS is supposed to work and I don't see an example on your page. Do you have any advice on how to incorporate this?

Thanks!

daattali commented 3 years ago

To be honest I've never used the custom.css parameter and I'm not sure how to use it. Maybe @andrewsali , the original author, will chip in

jsicherman commented 3 years ago

Realized that enabling it simply disables the built-in CSS styles, rather than allowing you to specify your own. I ended up forking this to add support for custom HTML and specifying custom class names (#60)