0.1.42 • Published 3 years ago

react-chat-codeby v0.1.42

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

react-chat-codeby

This react-chat-codeby library supports only ReactJS.

Installation

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

  yarn add react-chat-codeby

Then:

App.js

import {CommentAntd} from "react-chat-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

0.1.42

3 years ago

0.1.41

3 years ago

0.1.40

3 years ago

0.1.39

3 years ago

0.1.38

3 years ago

0.1.37

3 years ago

0.1.36

3 years ago

0.1.35

3 years ago

0.1.34

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago