Message
Messages communicate important information to a user and are designed to stand out wherever they're placed in your UI.
Preview

Code
Props
Prop
Description
Required
Value
action
callback function executed on click
optional
function
buttonText
button label
optional
string
closable
let the user hide the message
optional
boolean
text
text label
required
string
title
title
required
string
type
message type
optional
info (default), success, warning or error
Last updated
Was this helpful?