tests/testthat/apps/embedded-tabs/ui.R

shinyUI(pageWithSidebar(
  headerPanel(""),
  sidebarPanel(),
  mainPanel(
    tabsetPanel(
      id = "tabset1",
      tabPanel(
        "tab1",
        tabsetPanel(
          id = "tabset11",
          tabPanel("tab11"),
          tabPanel("tab12"),
          tabPanel("tab13")
        )
      ),
      tabPanel(
        "tab2",
        tabsetPanel(
          id = "tabset12",
          tabPanel("tab21", value = "xxx"),
          tabPanel("tab22"),
          tabPanel("tab23"),
          tabPanel("tab24")
        )
      )
    )
  )
))

Try the shinytest package in your browser

Any scripts or data that you put into this service are public.

shinytest documentation built on March 31, 2023, 11:09 p.m.