https://github.com/minootavakoli/raychat-react
RayChat React Package
https://github.com/minootavakoli/raychat-react
raychat react
Last synced: about 2 months ago
JSON representation
RayChat React Package
- Host: GitHub
- URL: https://github.com/minootavakoli/raychat-react
- Owner: MinooTavakoli
- Created: 2021-09-19T07:55:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T12:34:36.000Z (over 3 years ago)
- Last Synced: 2025-03-18T18:43:20.321Z (2 months ago)
- Topics: raychat, react
- Language: JavaScript
- Homepage:
- Size: 41.9 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayChat Package For React

[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-size-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url] [![MIT License][license-image]][license-url]
#### 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](#installation)
- [Usage](#USE)
- [Props](#Props)
- [License](#license)
- [Author](#author)### Installation
> Get `token` from [raychat.io](https://raychat.io/signup)
```bash
npm i raychat-react
```## USE Raychat Package
```js
import React from "react";
import RayChat from "raychat-react";function App() {
const token = "6d5b4ba5-xxxx-xxxx-xxxx-48498f3fc2a2";return (
This is a test
);
}
```## Props
| props | defaultValue | description |
| -------- | ------------ | -------------------------------------------------------- |
| rayToken | null | Get `token` from [raychat.io](https://raychat.io/signup) |### License
MIT
### Author
> Minoo Tavakoli
[license-image]: http://img.shields.io/npm/l/raychat-react.svg?style=flat
[license-url]: LICENSE
[npm-url]: https://npmjs.org/package/raychat-react
[npm-version-image]: http://img.shields.io/npm/v/raychat-react.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/raychat-react.svg?style=flat
[npm-downloads-size-image]: https://img.shields.io/bundlephobia/minzip/raychat-react.svg?style=flat
[downloads-url]: https://npmcharts.com/compare/raychat-react?minimal=true