• Define variants for the entire Comment Thread component. This will enable you to show different Thread UI in different parts of your app.
  • Alternatively, define a variant for the Comment Dialog component and use it here. This will enable you to show different Comment Dialog UI on the DOM vs here.
  • Learn more about how to define and use variants here.
<VeltCommentThread 
  variant="component-variant" 
  dialogVariant="dialog-variant"
/>