jickl-react-chat
v5.1.6
Published
Chat component for Jickl
Downloads
15
Readme
Put the ChatBase component a root component.
<ChatBase appId="sendbird-app-id" />
Put the ChatRoomBase component in the room component.
<ChatRoomBase channelName="sendbird-channel-name" />
Put the following where ever you want to render the chat
<Chat />