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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.460latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.460
0.1.450
0.1.440
0.1.430
0.1.420
0.1.410
0.1.400
0.1.390
0.1.380
0.1.370
0.1.360
0.1.350
0.1.340
0.1.330
0.1.320
0.1.310
0.1.300
0.1.290
0.1.280
0.1.270
0.1.260
0.1.250
0.1.240
0.1.230
0.1.220
0.1.210
0.1.200
0.1.190
0.1.180
0.1.170
0.1.160
0.1.150
0.1.140
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10

Package Sidebar

Install

npm i react-comment-codeby

Weekly Downloads

0

Version

0.1.46

License

none

Unpacked Size

4.58 MB

Total Files

38

Last publish

Collaborators

  • tien.luckyfor