@purplegate/chat-sdk
v1.0.8
Published
The `chat-sdk` package provides a component that can be easily integrated into web applications. This component includes all necessary styles and assets, making it simple to add chat functionality to React applications.
Downloads
2
Readme
Chat SDK Component
Overview
The chat-sdk
package provides a component that can be easily integrated into web applications. This component includes all necessary styles and assets, making it simple to add chat functionality to React applications.
Installation
To install the package, use npm or yarn:
npm install @purplegate/chat-sdk
# or
yarn add @purplegate/chat-sdk
Usage
Import ChatSDK component and styles into the root component.
import { ChatSDK } from "@purplegate/chat-sdk";
import "@purplegate/chat-sdk/lib/styles.css";
Then, add the imported ChatSDK.
<ChatSDK />