RayChat Package For React (Fork for update dependencies)


The new online chat experience begins here!
You spend a lot of time and money to direct users to your site, but you easily lose these potential customers. Talk to users, know their needs, examine their behavior, and instill in them a good sense of specialness. Reicht has provided this platform for you.
Installation
Get token from raychat.io
npm i @mahpooya/raychat-react
USE Raychat Package
import React from "react";
import RayChat from "@mahpooya/raychat-react";
function App() {
const token = "6d5b4ba5-xxxx-xxxx-xxxx-48498f3fc2a2";
return (
<div>
<h1>This is a test</h1>
<RayChat rayToken={token} />
</div>
);
}
Props
License
MIT
Author
Minoo Tavakoli