inst/boilerplate/modules/1_ui_only_example/ui.R

fluidPage(

  fluidRow(
    p('UI files can contain any valid Shiny UI code.'),
    p('This page is a fluidPage with a fluidRow and p tags'),
    p('This static UI file doesn\'t need a corresponding server file.')
  )

)
ndrewGele/polish documentation built on March 9, 2021, 6:34 p.m.