Appearance
<comments-for-comment>
If you haven't already, go through the setup for the module.
Import the <comments-for-comment> element somewhere in the javascript side of your web-app like this:
import '@darksoil-studio/comments/dist/elements/comments-for-comment.js'
<comments-for-comment .commentHash=${ commentHash }> </comments-for-comment>
<comments-for-comment commentHash={ commentHash }> </comments-for-comment>
<comments-for-comment [commentHash]="commentHash"> </comments-for-comment>
<comments-for-comment :commentHash="commentHash"> </comments-for-comment>
<comments-for-comment comment-hash={encodeHashToBase64(commentHash)}> </comments-for-comment>
WARNING
Like all the elements in this module, <comments-for-comment> needs to be placed inside an initialized <comments-context>.
<comments-context>
Here is an interactive demo of the element:
<comments-for-comment> is a custom element, which means that it can be used in any web app or website. Here is the reference for its API:
<comments-for-comment>Usage
If you haven't already, go through the setup for the module.
Import the
<comments-for-comment>element somewhere in the javascript side of your web-app like this:WARNING
Like all the elements in this module,
<comments-for-comment>needs to be placed inside an initialized<comments-context>.Demo
Here is an interactive demo of the element:
API Reference
<comments-for-comment>is a custom element, which means that it can be used in any web app or website. Here is the reference for its API: