View source: R/dropdown_menu.R
| message_item | R Documentation |
Create a message item.
message_item(from, message, ..., icon = "user")
messageItem(from, message, ..., icon = "user")
from |
Who the message is from. |
message |
Text of the message. |
... |
Additional UI elements to include within the dropdown menu. |
icon |
Additional icon. |
A message item that can be passed to dropdownMenu
messageItem(): Create a message item (alias for message_item for compatibility
with shinydashboard)
messageItem("Marek", "Another test!", icon = "warning")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.