inst/shiny-examples/BCGcalc/external/tab_about.R

# About Panel

function() {
  tabPanel("tabpan_about"
           , h2("About")
           , p(paste0("Version: ", pkg_version))
           # , fluidPage(h2("About"
           #                #, style  = "text-align:center"
           #                )
           #             , p("Background info")
           #
           #             , p("Version 0.5.0.9080")
           #
           #
           #              )## fluidPage ~ END
            , includeHTML(file.path("www", "rmd_html", "ShinyHTML_About.html"))
         #  , htmlOutput("html_about") # use with iframe
           )##tabPanel ~ END
}##FUNCTION ~ END

# output$UI_about = renderUI({
#   p("About stuff here.")
# })
leppott/BCGcalc documentation built on May 17, 2024, 5:55 p.m.