1.0.8 • Published 2 years ago
@purplegate/chat-sdk v1.0.8
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-sdkUsage
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 />