Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created September 3, 2021 03:45
Show Gist options
  • Save hieptl/09b441520e60afe23725dd944fce35e7 to your computer and use it in GitHub Desktop.
Save hieptl/09b441520e60afe23725dd944fce35e7 to your computer and use it in GitHub Desktop.
Chat.js - Mention Chat App
// import cometchat components.
import {CometChatUI} from "../cometchat-pro-react-ui-kit/CometChatWorkspace/src";
function Chat() {
return (
<div className="chat-container">
{/* CometChat Components will be go here */}
<CometChatUI />
</div>
);
}
export default Chat;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment