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

3.0.3 • Public • Published

texperts Embed React

React library to display texperts chatbot on your website

texperts

Install

npm install texperts-embed texperts-embed-react

or

yarn add texperts-embed texperts-embed-react

Import

Full Page Chat

import { FullPageChat } from "texperts-embed-react";

const App = () => {
  return (
    <FullPageChat
      chatflowid="your-chatflow-id"
      apiHost="http://localhost:3000"
    />
  );
};

Popup Chat

import { BubbleChat } from "texperts-embed-react";

const App = () => {
  return (
    <BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i texperts-embed-react

Weekly Downloads

0

Version

3.0.3

License

MIT

Unpacked Size

1.01 MB

Total Files

11

Last publish

Collaborators

  • saikumar.sb