Skip to content

mahpooya/raychat-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RayChat React Package (Fork for update dependencies)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.5%
  • CSS 30.5%
  • HTML 26.0%