How do you set up on-screen toast notifications?

1
Hey all,   I am currently looking into and trying to implement on-screen toast notifications so that when a user log-ins in they can be informed of status changes with their assigned work, prompting them to go to their notifications page to review.   I had a look and see there are a few modules however I haven’t been able to find an example of how to set this up, and the old Mendix provided example using the module “Notifications” seems to no longer be available on the marketplace.   Any advice or guidance on how to configure this would be great, thank you!
asked
1 answers
0

I would go for the IT-visors toastr which is react based. Normally you place a toaster widget in a context, connect the attribute and set the attribute to the text to want to display.

answered