1.0.4 • Published 6 months ago

autoflow-embed-react v1.0.4

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

AutoFlow Embed React

React library to display autoflow chatbot on your website

Install

npm install autoflow-embed autoflow-embed-react

or

yarn add autoflow-embed autoflow-embed-react

Import

Full Page Chat

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

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

Popup Chat

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

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

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago