Portable UI

NotificationProvider

v1.0.0

Context 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?: number

Maximum concurrent notifications. Default: 5.