hitech-chatbot-react
v1.0.3
Published
Ready-to-use React component for chat
Downloads
13
Readme
hitech-chat-react
A ready-to-use React component for n8n chat.
Installation
npm install hitech-chatbot-reactNote: This package requires react and react-dom as peer dependencies.
Usage
import { Chatbot } from 'hitech-chatbot-react';
import 'hitech-chatbot-react/dist/index.css';
function App() {
return (
<div className="App">
<Chatbot
webhookUrl="https://your-server.com/webhook/..."
/>
</div>
);
}Features
- Pre-configured with HiTech AI settings.
- Automatic session loading.
- Custom welcome messages and i18n support.
License
MIT
