Message Strip
message-strip.Rmd
The message_strip()
component enables the embedding of app-related messages. It displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative. Each message can have a Close button, so that it can be removed from the UI, if needed.
See the official documention for message strip, for all the correct props.
message_strip(
design = "Information",
"Some message"
)