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