Installation

Install the @talkjs/react-components package, the @talkjs/core package along with react and react-dom:

1npm install @talkjs/react-components @talkjs/core

Import these packages into the component where you have your chat UI:

1import { Chatbox } from '@talkjs/react-components';
2import '@talkjs/react-components/default.css';

You have now installed TalkJS chat UI components for React.