Messages communicate important information to a user and are designed to stand out wherever they're placed in your UI.
action
callback function executed on click
optional
function
buttonText
button label
string
closable
let the user hide the message
boolean
text
text label
required
title
type
message type
info (default), success, warning or error
Last updated 2 years ago
<Message title='Welcome to Gravity!' text='This is a sample dashboard to get you started' type='success' closable />