Custom notificationItem
notificationItem(
text,
icon = shiny::icon("warning"),
status = "success",
href = NULL,
inputId = NULL
)
The notification text.
An icon tag, created by icon
.
The status of the item This determines the item's background color. Valid statuses are listed in validStatuses.
An optional URL to link to.
If not NULL, this item behaves like an action button.