We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
VeltTextCommentToolWireframe

- React / Next.js
- Other Frameworks
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.
true
- React / Next.js
- Other Frameworks
Dark Mode
By default, all components are in Light Mode, but there are several properties and methods to enable Dark Mode. Default:false
Below are the examples to enable Dark Mode for text comment tool.
- React / Next.js
- Other Frameworks
Using Props:Using API: