Learn R Programming

shiny.semantic (version 0.3.0)

uimessage: Create Semantic UI Message

Description

Create Semantic UI Message

Usage

uimessage(header, content, type = "", icon, closable = FALSE)

Arguments

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