Renders a contextual feedback message
Takes optional children which will be hidden by default. If the child is only a string, it will be wrapped in a <p> element.
Example
<MessageBartype="error"title="An error has occurred"onClose={onCloseHandler} />
Renders a contextual feedback message Takes optional children which will be hidden by default. If the child is only a string, it will be wrapped in a
<p>element.