Description Usage Value Examples
the function must be called only once, preferably at the beginning of the Shiny app.
1 | paperize()
|
called for the side effect of applying the paperCSS styling using a CDN
1 2 3 4 5 6 7 8 9 10 11 12 13 | if (interactive()) {
ui <- fluidPage(
paperize(),
h1("Hello paperrr")
)
server <- function(input, output) {}
shinyApp(ui, server)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.