menuOutput {bs4Dash} | R Documentation |
Create a dynamic menu output for bs4Dash (client side)
Description
This can be used as a placeholder for dynamically-generated
dropdownMenu
, notificationItem
,
messageItem
, taskItem
sidebarMenu
,
or menuItem
. If called directly, you must make sure to supply
the correct type of tag. It is simpler to use the wrapper functions if
present; for example, dropdownMenuOutput
and
sidebarMenuOutput
.
Usage
menuOutput(outputId, tag = shiny::tags$li)
Arguments
outputId |
Output variable name. |
tag |
A tag function, like |
See Also
renderMenu
for the corresponding server side function
and examples.
Other menu outputs:
dropdownMenuOutput()
,
menuItemOutput()
,
renderMenu()
,
sidebarMenuOutput()
[Package bs4Dash version 2.3.3 Index]