0.1.2 • Published 2 years ago

@koolsoft-dev/kslib-web-comments v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

KoolSoft: React Comment Section

Install

npm i @koolsoft-dev/kslib-web-comments

yarn add @koolsoft-dev/kslib-web-comments

Usage

import CommentSection from "@koolsoft-dev/kslib-web-comments"

const App = () => {
  return <CommentSection
    initCommentList={[]}
    lang="en"
    currentUser={{
      id: 1
    }}
    onSubmitComment={(newComment: Comment) => {

    }}
    onRemoveComment={(args: { id: any; parentId: any}) => {
      
    }}
  />
}

export default App

License

MIT © duypv98