Warning
React Simple Chatbot is no longer maintained. I recommend using react-chatbotify as an alternative.
A simple chatbot component to create conversation chats
npm install react-simple-chatbot --save
There are several examples on the website. Here is the first one to get you started:
import ChatBot from 'react-simple-chatbot'; const steps = [ { id: '0', message: 'Welcome to react chatbot!', trigger: '1', }, { id: '1', message: 'Bye!', end: true, }, ]; ReactDOM.render( <div> <ChatBot steps={steps} /> </div>, document.getElementById('root') );React Simple Chatbot with AI
react-simple-chatbot
Built something with react-simple-chatbot
? Submit a PR and add it to this list!
Please check the contributing guide
See also the list of contributors who participated in this project.
MIT ยท Lucas Bassetti
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4