@mahpooya/raychat-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

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

props defaultValue description
rayToken null Get token from raychat.io

License

MIT

Author

Minoo Tavakoli

Package Sidebar

Install

npm i @mahpooya/raychat-react

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

7.95 kB

Total Files

5

Last publish

Collaborators

  • mahpooya