notification_item: Create a notification item.

Description Usage Arguments Value Functions Examples

View source: R/dropdown_menu.R

Description

Create a notification item.

Usage

1
2
3
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 c("", "red", "orange", "yellow", "olive", "green", "teal", "blue", "violet", "purple", "pink", "brown", "grey", "black")

Value

A notification item that can be passed to dropdownMenu

Functions

Examples

1
notificationItem("This is notification!", color = "red")

Example output

Attaching package:semantic.dashboardThe following object is masked frompackage:graphics:

    box

<div class="item">
  <div class="ui label red">
    <i class="small warning icon"></i>
    This is notification!
  </div>
</div>

semantic.dashboard documentation built on Nov. 10, 2021, 1:06 a.m.