Open filipstachura opened 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:
List Message
@olgamie @dokato can you confirm existing messagebox function closes the issue?
messagebox
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:
Requirements:
List Message