react-comment-codeby

0.1.46 • Public • Published

react-comment-codeby

This react-comment-codeby library supports only ReactJS. Connect directly with https://comment.codeby.com

Installation

You can use any NPM-compatible package manager, including NPM itself and Yarn.

  yarn add react-comment-codeby

Then:

App.js

import {CommentAntd} from "react-comment-codeby";

function App() {
    return (
        <>
            <CommentAntd
                app_id={1}
                people={{
                    "special_id": 1,
                    "name": "Tien.luckyfor",
                    "avatar": "https://fakeimg.pl/350x200/?text=Tien",
                    "profile_url": "https://www.facebook.com/profile.php?id=100042199030094",
                }}
                unique={{
                    "special_id": "post_id-1"
                }}
            />
        </>
    );
}

export default App;

License

MIT

Authors

/react-comment-codeby/

    Package Sidebar

    Install

    npm i react-comment-codeby

    Weekly Downloads

    10

    Version

    0.1.46

    License

    none

    Unpacked Size

    4.58 MB

    Total Files

    38

    Last publish

    Collaborators

    • tien.luckyfor