Components and an API for pushing user notifications.
Setup
To use notifications, provide the notify context somewhere high your component tree along with the NotificationContainer
component.
The root layout component is probably the best place to set up the context.
Usage
To send a notification, use the useNotify
function:
There are four different levels of notification, each with a different styling.