🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mahpooya/raychat-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mahpooya/raychat-react

raychat react js package .The new online chat experience begins here! (Fork for update dependencies)

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

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

Keywords

raychat

FAQs

Package last updated on 27 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts