Nothing
Code
glanceLoaders()
Output
<div class="standby">
<div id="loader" class="loader loader-default is-active"></div>
</div>
Code
loaders(uiOutput = plotOutput("plot"), type = "default", style = "half", text = "Loading...")
Output
<div class="standby">
<div id="loader" class="loader loader-default is-active standby-wait" data-text="Loading..."></div>
<div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
</div>
Code
loaders(uiOutput = plotOutput("plot"), type = "default", style = "blink")
Output
<div class="standby">
<div id="loader" class="loader loader-default is-active standby-wait" data-text data-blink></div>
<div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
</div>
Code
loaders(uiOutput = plotOutput("plot"), type = "default", style = "inverse")
Output
<div class="standby">
<div id="loader" class="loader loader-default is-active standby-wait" data-inverse></div>
<div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
</div>
Code
loaders(uiOutput = plotOutput("plot"), type = "curtain", text = "Loading...")
Output
<div class="standby">
<div id="loader" class="loader loader-curtain is-active standby-wait" data-curtain-text="Loading..."></div>
<div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
</div>
Code
loaders(uiOutput = plotOutput("plot"), type = "smartphone", text = "Loading...")
Output
<div class="standby">
<div id="loader" class="loader loader-smartphone is-active standby-wait" data-screen="Loading..."></div>
<div class="shiny-plot-output html-fill-item" id="plot" style="width:100%;height:400px;"></div>
</div>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.