You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@coasys/flux-comment-section

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coasys/flux-comment-section

A comment section to show comments in your flux plugin

0.10.1-rc1
latest
npm
Version published
Maintainers
0
Created
Source

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)

FAQs

Package last updated on 14 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts