| uimessage {shiny.semantic} | R Documentation |
Create Semantic UI Message
uimessage(header, content, type = "", icon, closable = FALSE)
header |
Header of the message |
content |
Content of the message. If it is a vector, creates a list of vector's elements |
type |
Type of the message. Look at https://semantic-ui.com/collections/message.html for all possibilities. |
icon |
If the message is of the type 'icon', specify the icon. Look at http://semantic-ui.com/elements/icon.html for all possibilities. |
closable |
Determines whether the message should be closable. Default is FALSE - not closable |