src/collections/Message/Message.js
A basic message.
A basic message built with props.
A message with a list.
Pass array of items to the Message list prop.
Pass an array of items to the MessageList items prop.
A message can contain an icon.
You can pass an Icon name to the Message icon prop.
A message that the user can choose to hide.
onDismiss
callback to remove the message.A message can be set to visible to force itself to be shown.
A message can float above content that it is related to.
You can also use props to configure the markup.
A message can only take up the width of its content.
You can also use props to configure the markup.
A message can be formatted to attach itself to other content.
A message may be formatted to display information.
You can also use props to configure the markup.
A message may be formatted to display warning message.
You can also use props to configure the markup.
A message may be formatted to display a positive message.
You can also use props to configure the markup.
A message may be formatted to display a negative message.
You can also use props to configure the markup.
A message can be formatted to be different colors.
A message can have different sizes.