notification_item {semantic.dashboard} | R Documentation |
Create a notification item.
Description
Create a notification item.
Usage
notification_item(text, icon = "warning", color = "")
notificationItem(text, icon = "warning", color = "")
Arguments
text |
Text of the notification. |
icon |
Additional icon. |
color |
Color of the notification item. One of
|
Value
A notification item that can be passed to dropdownMenu
Functions
-
notificationItem
: Create a notification item (alias fornotification_item
for compatibility withshinydashboard
)
Examples
notificationItem("This is notification!", color = "red")
[Package semantic.dashboard version 0.2.1 Index]