3.0.7 • Published 8 months ago

@bxtech/flowise-embed-react v3.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

3.0.6-if-rc4

8 months ago

3.0.6-if-rc3

8 months ago

3.0.6-if-rc2

8 months ago

3.0.6-if-rc1

8 months ago

3.0.5

8 months ago

3.0.4

8 months ago

3.0.3

8 months ago