Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.velt.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.
<VeltNotificationsTool shadowDom={false} panelShadowDom={false} />

<VeltNotificationsPanel shadowDom={false} />

<VeltVideoPlayer shadowDom={false} />

<VeltCommentPlayerTimeline shadowDom={false} />