NotificationsProvider
NotificationsProvider component is just a context provider that takes a few configuration props. The most important is renderNotification that allows for maximum flexibility when creating your own custom notification component.
children
ReactNode
required
renderNotification
RemoveNotification
required
position
[string, string, string, string] | undefined
animationDuration
number | undefined
animationEasing
string | undefined
dismissAfter
number | undefined