Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAllToolWireframe>
{/* ... Add your content here */}
</VeltRecorderAllToolWireframe>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-all-tool-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-wireframe>
</velt-wireframe>
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAllToolMenuWireframe>
<VeltRecorderAllToolMenuWireframe.Audio>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Audio>
<VeltRecorderAllToolMenuWireframe.Video>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Video>
<VeltRecorderAllToolMenuWireframe.Screen>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Screen>
</VeltRecorderAllToolMenuWireframe>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-all-tool-menu-wireframe>
<velt-recorder-all-tool-menu-audio-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-audio-wireframe>
<velt-recorder-all-tool-menu-video-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-video-wireframe>
<velt-recorder-all-tool-menu-screen-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-screen-wireframe>
</velt-recorder-all-tool-menu-wireframe>
</velt-wireframe>
Audio
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAllToolMenuWireframe.Audio>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Audio>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-all-tool-menu-audio-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-audio-wireframe>
</velt-wireframe>
Video
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAllToolMenuWireframe.Video>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Video>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-all-tool-menu-video-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-video-wireframe>
</velt-wireframe>
Screen
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAllToolMenuWireframe.Screen>
{/* ... Add your content here */}
</VeltRecorderAllToolMenuWireframe.Screen>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-all-tool-menu-screen-wireframe>
<!-- ... Add your content here -->
</velt-recorder-all-tool-menu-screen-wireframe>
</velt-wireframe>
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderAudioToolWireframe>
{/* ... Add your content here */}
</VeltRecorderAudioToolWireframe>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-audio-tool-wireframe>
<!-- ... Add your content here -->
</velt-recorder-audio-tool-wireframe>
</velt-wireframe>
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderVideoToolWireframe>
{/* ... Add your content here */}
</VeltRecorderVideoToolWireframe>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-video-tool-wireframe>
<!-- ... Add your content here -->
</velt-recorder-video-tool-wireframe>
</velt-wireframe>
React / Next.js
Other Frameworks
<VeltWireframe>
<VeltRecorderScreenToolWireframe>
{/* ... Add your content here */}
</VeltRecorderScreenToolWireframe>
</VeltWireframe>
<velt-wireframe style="display:none;">
<velt-recorder-screen-tool-wireframe>
<!-- ... Add your content here -->
</velt-recorder-screen-tool-wireframe>
</velt-wireframe>
Styling
Disable ShadowDOM
- By default, ShadowDOM is used to ensure that your app’s CSS does not interfere with the styling of the SDK components.
- Disable the shadow dom to apply your custom CSS to the component.
Default: true
React / Next.js
Other Frameworks
<VeltRecorderTool shadowDom={false} />
<velt-recorder-tool shadow-dom="false"></velt-recorder-tool>
Dark Mode
Default: false
React / Next.js
Other Frameworks
<VeltRecorderTool darkMode={true} />
<velt-recorder-tool dark-mode="true"></velt-recorder-tool>