Description Usage Arguments Author(s) Examples
Create an animated loading spinner
1 | UIkitSpinner(ratio = NULL)
|
ratio |
Relative spinner size. If 3, the spinner will be 3 times bigger than in the normal case. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 | if(interactive()){
library(shiny)
shiny::shinyApp(
ui = UIkitPage(
title = "My UIkit application",
UIkitSpinner(),
UIkitSpinner(ratio = 3),
UIkitSpinner(ratio = 5)
),
server = function(input, output) {}
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.