inst/examples/template/app_ui.R

# shiny app: ui file

# setup ----
# !diagnostics suppress=.,


# helpers ----
.TITLE <- "App Title"


# ui ----
.APP_UI <- fluidPage(
    # shinyjs::useShinyjs(),
    # bsplus::use_bs_tooltip(),
    
    
    title = .TITLE
)
numeract/shinyXT documentation built on May 30, 2019, 5 a.m.