dropdownMenu {shinydashboard} | R Documentation |
Create a dropdown menu to place in a dashboard header
dropdownMenu(..., type = c("messages", "notifications", "tasks"), badgeStatus = "primary", icon = NULL, .list = NULL)
... |
Items to put in the menu. Typically, message menus should contain
|
type |
The type of menu. Should be one of "messages", "notifications", "tasks". |
badgeStatus |
The status of the badge which displays the number of items
in the menu. This determines the badge's color. Valid statuses are listed
in validStatuses. A value of |
icon |
An icon to display in the header. By default, the icon is
automatically selected depending on |
.list |
An optional list containing items to put in the menu Same as the
|
dashboardHeader
for example usage.