1.0.10 • Published 2 years ago

@mahpooya/raychat-react v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

RayChat Package For React (Fork for update dependencies)

raychat

NPM version NPM downloads NPM downloads MIT License

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

propsdefaultValuedescription
rayTokennullGet token from raychat.io

License

MIT

Author

Minoo Tavakoli