inst/paneleditor_shinyGUI/ui.R

shinyUI(
    navbarPage("premessa",
        tabPanel("Panel editor",
            fluidPage(
                fluidRow(
                    uiOutput("paneleditorUI")
                )
            )
        )
    )
)
ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.