Description Usage Arguments See Also
View source: R/dashboardHeader.R
Create a notification item to place in a dropdown notification menu
1 2 | notificationItem(text, icon = shiny::icon("warning"), status = "success",
href = NULL)
|
text |
The notification text. |
icon |
An icon tag, created by |
status |
The status of the item This determines the item's background color. Valid statuses are listed in validStatuses. |
href |
An optional URL to link to. |
dashboardHeader
for example usage.
Other menu items: messageItem
,
taskItem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.