Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
501 stars 97 forks source link

Feature request: Add message component syntactic sugar. #20

Open filipstachura opened 7 years ago

filipstachura commented 7 years ago

This one is very easy. The more abstract the better. Please before implementation go through: https://semantic-ui.com/collections/message.html

Below simple implementation from our current app:

render_warning <- function(header, content) {
    div(class = "ui error message",
      div(class = "header", header),
      content
    )
}

Requirements:

krystian8207 commented 4 years ago

@olgamie @dokato can you confirm existing messagebox function closes the issue?