1.0.3 • Published 10 months ago

@hanzo/embed-react v1.0.3

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

Hanzo Embed React

React library to display flowise chatbot on your website

Hanzo

Install

npm install @hanzo/embed @hanzo/embed-react

or

yarn add @hanzo/embed @hanzo/embed-react

Import

Full Page Chat

import { FullPageChat } from '@hanzo/embed-react'

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

Popup Chat

import { BubbleChat } from '@hanzo/embed-react'

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

10 months ago

1.0.2

11 months ago