1.0.14 • Published 6 months ago

cmcts-c-agent-embedding-react v1.0.14

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 c-agent-embedding c-agent-embedding-react

or

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

Import

Full Page Chat

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

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

Popup Chat

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

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

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.0

8 months ago