Developed by
The toast add-on displays a message to the user that disappears after a pre-determined length of time.
They are typically used to confirm actions or display warnings that don't require an acknowledgement or response from the user.
To use:
Place the toast component on the canvas where you want the messages to appear (typically at the top of the screen) and set some basic styling for each message type.
Message types
- Information
- Success
- Warning
- Error
How does it work?
The toast add-on creates a message 'stack' and fades and removes each message after its duration is up.
Messages must be provided in the pipe delimited format shown below:
{type}|{title}|{message text}
An example would be:
success|Saved|Your preferences were updated successfully