Skip to main content

Versions

Added Shadow Dom Support in Notification and Video Component

We have now added Shadow DOM support in both the notification (for notification panel and notification tool) and video components.
  • React / Next.js
  • Other Frameworks
<VeltNotificationsTool shadowDom={false} panelShadowDom={false} />

<VeltNotificationsPanel shadowDom={false} />

<VeltVideoPlayer shadowDom={false} />

<VeltCommentPlayerTimeline shadowDom={false} />
I