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