react-simple-chatbot alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view react-simple-chatbot alternatives based on common mentions on social networks and blogs.
-
react-pdf
Display PDFs in your React app as easily as if they were images. -
react-joyride
Create walkthroughs and guided tours for your ReactJS apps. Now with standalone tooltips!. -
typography
A powerful toolkit for building websites with beautiful typography. -
react-resizable-and-movable
Resizable and movable component for React. -
react-designer
Easy to configure, lightweight, editable vector graphics in your react components. -
react-resizable-box
Resizable component for React. #reactjs. -
react-json-tree
React JSON Viewer Component, Extracted from redux-devtools. -
react-facebook
Facebook components like a Login button, Like, Share, Comments, Page or Embedded Post. -
react-avatar
Universal React avatar component makes it possible to generate avatars based on user information. -
react-images-uploader
React.js component for uploading images to the server. -
react-svg-buttons
Configurable animated SVG buttons for react. -
react-file-reader-input
React file input component for complete control over styling and abstraction from file reading. -
react-dnr
Dragable and Resizable window build with React.js. -
material-color-hash
Hash strings to Material UI colors. -
react-avatar-generator
Allows users to create random kaleidoscopes to be used as avatars. -
react-filter-control
The React filterbuilder component for building the filter criteria in the UI. -
react-headings
Auto-increment your HTML headings (h1, h2, etc.) for improved accessibility and SEO, no matter your component structure, while you keep full control of what's rendered. -
react-color-scroll
Change and blend new colors on the background as you scroll. -
captcha-image
Allows you to generate a random captcha image with options. -
react-pagespeed-score
A React component for display a dial-type chart of PageSpeed Insights.
Get performance insights in less than 4 minutes
Do you think we are missing an alternative of react-simple-chatbot or a related project?
README
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
Build with react-simple-chatbot
- Seth Loh Website - Personal website of Seth Loh (demo)
- Paul's Website - Personal website of Paul Jiang (demo)
- Cisco Partner Support API Chatbot - Code with screenshots to have your own Cisco Serial lookup chatbot.
- Chatcompose - Chatbot Platform for Conversational Marketing and Support.
- 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 |
See also the list of contributors who participated in this project.
Donate
If you liked this project, you can donate to support it :heart:
License
MIT · Lucas Bassetti
*Note that all licence references and agreements mentioned in the react-simple-chatbot README section above
are relevant to that project's source code only.