react-simple-chatbot

:speech_balloon: Easy way to create conversation chats

Github星跟蹤圖

React Simple Chatbot



A simple chatbot component to create conversation chats

Getting Start

npm install react-simple-chatbot --save

Usage

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 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!

How to Contribute

Please check the contributing guide

Authors, Lucas Bassetti, :---------------------:, Lucas Bassetti, See also the list of contributors who participated in this project.

If you liked this project, you can donate to support it :heart:

paypal

License

MIT · Lucas Bassetti

主要指標

概覽
名稱與所有者LucasBassetti/react-simple-chatbot
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2017-04-14 01:53:10
推送於2024-11-19 13:32:21
最后一次提交2024-11-19 19:02:21
發布數41
最新版本名稱v0.6.1 (發布於 2019-05-04 15:11:11)
第一版名稱v0.0.5 (發布於 2017-04-18 11:39:44)
用户参与
星數1.8k
關注者數50
派生數606
提交數304
已啟用問題?
問題數272
打開的問題數94
拉請求數51
打開的拉請求數38
關閉的拉請求數28
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?