Description Usage Arguments Value Functions Examples
View source: R/dropdown_menu.R
Create a notification item.
1 2 3 | notification_item(text, icon = "warning", color = "")
notificationItem(text, icon = "warning", color = "")
|
text |
Text of the notification. |
icon |
Additional icon. |
color |
Color of the notification item. One of
|
A notification item that can be passed to dropdownMenu
notificationItem
: Create a notification item (alias for notification_item
for compatibility with shinydashboard
)
1 | notificationItem("This is notification!", color = "red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.