To use the Notifications API, install the @wix/notifications package using npm or Yarn:
@wix/notifications
Copy Codenpm install @wix/notifications
npm install @wix/notifications
or
Copy Codeyarn add @wix/notifications
yarn add @wix/notifications
Then import notifications from @wix/notifications:
notifications
Copy Codeimport notifications from '@wix/notifications'
import notifications from '@wix/notifications'