1.0.8 • Published 9 months ago

aai-embed-react v1.0.8

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

Answer AI Embed React

React library to display flowise chatbot on your website

Flowise

Install

npm install aai-embed aai-embed-react

or

yarn add aai-embed aai-embed-react

Import

Full Page Chat

import { FullPageChat } from 'aai-embed-react'

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

Popup Chat

import { BubbleChat } from 'aai-embed-react'

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

9 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago