Message

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

Preview

Code

<Message
  title='Welcome to Gravity!'
  text='This is a sample dashboard to get you started'
  type='success'
  closable
/>

Props

PropDescriptionRequiredValue

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