Portable UI
NotificationProvider
v1.0.0Context provider for the portable notification/toast system. The runtime mounts this at the shell level.
Import
import { NotificationProvider } from '@meteorack/modules-sdk-ui/notifications';How To Use It
- Mount once at the shell level. Modules call useNotifications() to show/dismiss.
Works Well With
Methods
maxVisible?: numberMaximum concurrent notifications. Default: 5.