Toast

The toast is used to show alerts on top of an overlay. The toast will close itself when the close button is clicked, or after a timeout — the default is 5 seconds. The toast component is used to give feedback to users after an action has taken place.

Simple Toast

A simple toast will contain some information and will dismiss with a delay.

This is a toast

This is the message

Dismissable Toast

A dismissable toast has a cross button.

This is a toast

This is the message