3.0.7 • Published 5 months ago
@bxtech/flowise-embed-react v3.0.7
Flowise Embed React
React library to display flowise chatbot on your website

Install
npm install @bxtech/flowise-embed @bxtech/flowise-embed-reactor
yarn add @bxtech/flowise-embed @bxtech/flowise-embed-reactImport
Full Page Chat
import { FullPageChat } from "@bxtech/flowise-embed-react";
const App = () => {
return (
<FullPageChat
chatflowid="your-chatflow-id"
apiHost="http://localhost:3000"
/>
);
};Popup Chat
import { BubbleChat } from "@bxtech/flowise-embed-react";
const App = () => {
return (
<BubbleChat chatflowid="your-chatflow-id" apiHost="http://localhost:3000" />
);
};3.0.7
5 months ago
3.0.6-if-rc4
5 months ago
3.0.6-if-rc3
5 months ago
3.0.6-if-rc2
5 months ago
3.0.6-if-rc1
5 months ago
3.0.5
5 months ago
3.0.4
5 months ago
3.0.3
5 months ago