1.0.1 • Published 3 years ago

crisp-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CrispChat Package For React

crisp

NPM version NPM downloads NPM downloads MIT License

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

propsdefaultValuedescription
crispWebsiteIdnullGet token from crisp.chat

License

MIT

Author

Minoo Tavakoli