inst/extdata/examples/ex_mod_helpPopover.R

library(shiny)

    ui <- mod_helpPopover_ui("help")

    server <- function(input, output, session) {
        mod_helpPopover_server("help",
            title = "Foo",
            content = "xxx"
        )
    }

    shinyApp(ui = ui, server = server)
samWieczorek/Dapar2 documentation built on Oct. 12, 2023, 9:54 a.m.