1.0.8 • Published 11 months ago

@purplegate/chat-sdk v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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 />
1.0.8

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago