Back





Create a toast with a title, success type, a duration of 5 seconds and a position of top-center.

Source of exampleCopy to clipboard


createMessage = function() {
	new AvalynxToast(
		"lorem ipsum dolor sit amet",
		"success",
		{
			"title": "Hello!",
			"duration": 5000,
			"position": "top-center",
		}
	);
}
	
AvalynxToast on GitHub Avalynx on GitHub