Skip to main content

API Reference

toast(options: ToastOptions)

Displays a toast notification.

RaytolfasToastify.toast({
message: 'Error!',
type: 'error',
duration: 5000,
});