A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/LucasBassetti/react-simple-chatbot below:

LucasBassetti/react-simple-chatbot: :speech_balloon: Easy way to create conversation chats

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
  1. CodeParrot AI - Bot will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more.
React Simple Chatbot on media
  1. webdesignerdepot
  2. blogduwebdesign
  3. codrops
Build with react-simple-chatbot
  1. Seth Loh Website - Personal website of Seth Loh (demo)
  2. Paul's Website - Personal website of Paul Jiang (demo)
  3. Cisco Partner Support API Chatbot - Code with screenshots to have your own Cisco Serial lookup chatbot.
  4. Chatcompose - Chatbot Platform for Conversational Marketing and Support.
  5. Mixat - News Chatbot for tweenies. Also as app (iOS or Android)

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