paperize: Apply the paperCSS styling

Description Usage Value Examples

View source: R/paperize.R

Description

the function must be called only once, preferably at the beginning of the Shiny app.

Usage

1

Value

called for the side effect of applying the paperCSS styling using a CDN

Examples

 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)
}

feddelegrand7/paperrr documentation built on Dec. 20, 2021, 7:48 a.m.