Installation

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

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

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.