1.1.4 • Published 1 year ago

kai-embed-react v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install flowise-embed flowise-embed-react

or

yarn add flowise-embed flowise-embed-react

Import

Full Page Chat

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

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

Popup Chat

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

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

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago