Description Usage Arguments Value Examples
Create a dropdown menu for a navbar_page
.
1 |
title |
Display title for menu |
... |
|
id |
The ID of the |
icon |
Optional icon to appear on the tab.
This attribute is only valid when using a |
A structured list of class ssnavmenu
, that can be used in navbar_page
.
1 2 3 4 5 6 7 | navbar_menu(
"Menu",
tab_panel("Summary", shiny::plotOutput("plot")),
"----",
"Section header",
tab_panel("Table", shiny::tableOutput("table"))
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.