<VeltWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within Pin, Area, and Text comments only */}<VeltCommentDialogWireframevariant="dialog">...</VeltCommentDialogWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within the Sidebar only */}<VeltCommentDialogWireframevariant="sidebar">...</VeltCommentDialogWireframe>{/* If you dont use any variants, then customization will be applied to the Comment Dialog globally */}<VeltCommentDialogWireframe>...</VeltCommentDialogWireframe></VeltWireframe>
dialog: this will customize the Comment Dialog only within Pin, Area, and Text Comments
sidebar: this will customize the Comment Dialog only within Sidebar comments
To use them, set the variant name in the wireframe template equal to one of the pre-defined variants. You do not need to add it to the actual Velt component.
<VeltWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within Pin, Area, and Text comments only */}<VeltCommentDialogWireframevariant="dialog">...</VeltCommentDialogWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within the Sidebar only */}<VeltCommentDialogWireframevariant="sidebar">...</VeltCommentDialogWireframe>{/* If you dont use any variants, then customization will be applied to the Comment Dialog globally */}<VeltCommentDialogWireframe>...</VeltCommentDialogWireframe></VeltWireframe>
<VeltWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within Pin, Area, and Text comments only */}<VeltCommentDialogWireframevariant="dialog">...</VeltCommentDialogWireframe>{/* This pre-defined variant will change the appearance of the Comment Dialog within the Sidebar only */}<VeltCommentDialogWireframevariant="sidebar">...</VeltCommentDialogWireframe>{/* If you dont use any variants, then customization will be applied to the Comment Dialog globally */}<VeltCommentDialogWireframe>...</VeltCommentDialogWireframe></VeltWireframe>