Back





Create a toast with a title, a muted subtitle (e.g. a relative time), an info type, a duration of 5 seconds and a position of top-right.

Source of exampleCopy to clipboard


createMessage = function() {
	new AvalynxToast(
		"lorem ipsum dolor sit amet",
		"info",
		{
			"title": "AvalynxToast",
			"subtitle": "4 mins ago",
			"duration": 5000,
			"position": "top-right",
		}
	);
}
	
AvalynxToast on GitHub Avalynx on GitHub