normal <- function(...) {
shiny::div(class = "normal", ...)
}
bigger <- function(...) {
shiny::div(class = "bigger", ...)
}
bigger_padded <- function(...) {
shiny::div(class = "bigger padded", ...)
}
padded <- function(...) {
shiny::div(class = "padded", ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.