The button to add new comments.
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
<VeltWireframe> <VeltCommentToolWireframe> {/* Your custom element */} </VeltCommentToolWireframe> </VeltWireframe>
<velt-wireframe style="display:none;"> <velt-comment-tool-wireframe> <!-- Your custom element --> </velt-comment-tool-wireframe> </velt-wireframe>
Default: true
true
<VeltCommentTool shadowDom={false} />
<velt-comment-tool shadow-dom="false"></velt-comment-tool>
Default: false
false
<VeltCommentTool darkMode={true} />
<velt-comment-tool dark-mode="true"></velt-comment-tool>
Was this page helpful?