npm.io
1.94.2 • Published 2 weeks ago

@xapp/chat-widget

Licence
Apache-2.0
Version
1.94.2
Deps
10
Size
12.0 MB
Vulns
0
Weekly
0

@xapp/chat-widget

A chat widget used by XAPP AI's OC Studio as a built-in channel.

Install

npm i @xapp/chat-widget redux-thunk redux react-redux --production

Usage

import { ChatWidget } from "@xapp/chat-widget";
import "@xapp/chat-widget/dist/index.css";

function RenderWidget() {
    return <ChatWidget accountKey={"123"} />;
}

Styling

Use theme prop to style widget

const theme: WidgetTheme = {};
return <ChatWidget accountKey={"123"} theme={theme} />;