AHeissenberger
AHeissenberger
Explore posts from servers
NNovu
Created by AHeissenberger on 9/11/2024 in #💬│support
How to open the notification center popup programmatical with javascript?
The notification center has been included as a web component:
import { NotificationCenterWebComponent } from "@novu/notification-center";

customElements.define(
"notification-center-component",
NotificationCenterWebComponent
);
import { NotificationCenterWebComponent } from "@novu/notification-center";

customElements.define(
"notification-center-component",
NotificationCenterWebComponent
);
Are there any methods on the webcomponent?
2 replies