mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
support for otuput tabsets
This commit is contained in:
@@ -24,9 +24,11 @@ clientPage(
|
||||
),
|
||||
|
||||
mainPanel(
|
||||
verbatimTextOutput("summary1"),
|
||||
plotOutput("plot1"),
|
||||
tableOutput("table1")
|
||||
tabset(
|
||||
tab("Summary", verbatimTextOutput("summary1")),
|
||||
#tab("Plot", plotOutput("plot1")),
|
||||
tab("Table", tableOutput("table1"))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user