1.0.9 • Published 6 months ago

demo-c-agent-embedding-react v1.0.9

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

Flowise Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install demo-c-agent-embedding demo-c-agent-embedding-react

or

yarn add demo-c-agent-embedding demo-c-agent-embedding-react

Import

Full Page Chat

import { FullPageChat } from "demo-c-agent-embedding-react";

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

Popup Chat

import { BubbleChat } from "demo-c-agent-embedding-react";

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

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

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