Skip to content

Instantly share code, notes, and snippets.

@tcash21
Created October 15, 2016 16:26
Show Gist options
  • Save tcash21/e0c65604853b7bac3efe82a89ddabefa to your computer and use it in GitHub Desktop.
Save tcash21/e0c65604853b7bac3efe82a89ddabefa to your computer and use it in GitHub Desktop.
Shiny loading spinner
conditionalPanel(id='loader',
condition="($('html').hasClass('shiny-busy'))",
img(src="spinner.gif")
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment