3.0.7 • Published 5 months ago

@bxtech/flowise-embed-react v3.0.7

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

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install @bxtech/flowise-embed @bxtech/flowise-embed-react

or

yarn add @bxtech/flowise-embed @bxtech/flowise-embed-react

Import

Full Page Chat

import { FullPageChat } from "@bxtech/flowise-embed-react";

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

Popup Chat

import { BubbleChat } from "@bxtech/flowise-embed-react";

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

5 months ago

3.0.6-if-rc4

5 months ago

3.0.6-if-rc3

5 months ago

3.0.6-if-rc2

5 months ago

3.0.6-if-rc1

5 months ago

3.0.5

5 months ago

3.0.4

5 months ago

3.0.3

5 months ago