flowise-embed-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

/flowise-embed-react/

    Package Sidebar

    Install

    npm i flowise-embed-react

    Weekly Downloads

    4,500

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    6.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • flowiseai