@kcscope/simple-ai-chatbot
v0.6.7
Published
React Simple Chatbot
Maintainers
Readme
Simple AI Chatbot
A simple chatbot component to create conversation chats
Getting Start
npm install @kcscope/simple-ai-chatbot --saveUsage
There are several examples on the website. Here is the first one to get you started:
import ChatBot from '@kcscope/simple-ai-chatbot';
ReactDOM.render(
<div>
<ChatBot token={TOKEN} />
</div>,
document.getElementById('root')
);Remark
A fork of a react-simple-chatbot, for educational purpose.
