powered by
Create a message item.
message_item(from, message, ..., icon = "user")messageItem(from, message, ..., icon = "user")
messageItem(from, message, ..., icon = "user")
Who the message is from.
Text of the message.
Additional UI elements to include within the dropdown menu.
Additional icon.
A message item that can be passed to dropdownMenu
dropdownMenu
messageItem: Create a message item (alias for message_item for compatibility with shinydashboard)
messageItem
message_item
shinydashboard
# NOT RUN { messageItem("Marek", "Another test!", icon = "warning") # }
Run the code above in your browser using DataLab