crisp-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

props defaultValue description
crispWebsiteId null Get token from crisp.chat

License

MIT

Author

Minoo Tavakoli

Package Sidebar

Install

npm i crisp-react

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

6.57 kB

Total Files

5

Last publish

Collaborators

  • lifeweb
  • minootavakoli