Nothing
#' @rdname spinners
#' @export
#'
useSpinners <- function() {
spinner <- htmltools::htmlDependency(
name = "spinners",
version = "0.1.0",
src = c(file = "spinners"),
stylesheet = "css/spinners.css",
package = "standby"
)
sby <- standbyDeps()
htmltools::tagList(spinner, sby)
}
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.