@coasys/flux-comment-section
v0.11.0
Published
A comment section to show comments in your flux plugin
Keywords
Readme
Comment Section
A comment section to show comments in your flux plugin
Features
- Standard RT formatting
- Person tagging with
@ - Channel tagging with
#
How to use
Install the package npm install --save @coasys/flux-comment-section.
Define a new web component:
import CommentSection from "@coasys/flux-comment-section";
customElements.define("comment-section", CommentSection);Use it in HTML like this: <comment-section/>:
Props
perspective(required)source(required)
