crisp-react
v1.0.1
Published
crispchat react js package .The new online chat experience begins here!
Downloads
9
Readme
CrispChat Package For React
The new online chat experience begins here!
Give your customer experience a human touch The all-in-one multichannel messaging platform that connects companies & customers.
Installation
Get
token
from crisp.chat
npm i crisp-react
USE Crisp Package
import React from "react";
import Crisp from "crisp-react";
function App() {
const token = "f2cb034e-xxxx-xxxx-xxxx-ad8bea4436f5";
return (
<div>
<h1>This is a test</h1>
<Crisp crispWebsiteId={token} />
</div>
);
}
Props
| props | defaultValue | description |
| -------------- | ------------ | ----------------------------------------------------- |
| crispWebsiteId | null | Get token
from crisp.chat |
License
MIT
Author
Minoo Tavakoli