0.0.9 • Published 7 months ago

lowcode-embed-react v0.0.9

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

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install lowcode-embed lowcode-embed-react

or

yarn add lowcode-embed lowcode-embed-react

Import

Full Page Chat

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

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

Popup Chat

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

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

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago