c-agent-embedding-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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" />
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i c-agent-embedding-react

Weekly Downloads

137

Version

1.0.5

License

MIT

Unpacked Size

970 kB

Total Files

11

Last publish

Collaborators

  • levietthinh2017