0.7.0 • Published 2 years ago
@fluxapp/comment-section v0.7.0
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 @fluxapp/comment-section.
Define a new web component:
import CommentSection from "@fluxapp/comment-section";
customElements.define("comment-section", CommentSection);Use it in HTML like this: <comment-section/>:
Props
perspective(required)source(required)