route.Rd
Create single route configuration.
route(path, ui, server = NA)
Website route.
Valid Shiny user interface.
Function that is called as callback on server side
A route configuration.
if (FALSE) { route("/", shiny::tags$div(shiny::tags$span("Hello world"))) route("/main", shiny::tags$div(h1("Main page"), p("Lorem ipsum."))) }