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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?