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. -
typography
A powerful toolkit for building websites with beautiful design -
react-resizable-and-movable
๐ฑ A resizable and draggable component for React. -
react-awesome-query-builder
User-friendly query builder for React -
react-resizable-box
๐ A resizable component for React. -
react-pdf-viewer
A React component to view a PDF document -
react-json-tree
React JSON Viewer Component, Extracted from redux-devtools. -
react-facebook
Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post -
react-avatar
Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user. -
react-blur
React component to blur image backgrounds using canvas. -
chessboardjsx
:black_square_button: Chessboard built for React -
react-darkreader
๐ A React Hook for adding a dark / night mode to your site. -
react-svg-buttons
React configurable animated svg buttons -
react-images-uploader
React.js component for uploading images to the server -
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 -
react-apple-signin-auth
๏ฃฟ Apple signin for React using the official Apple JS SDK -
react-swipeable-list
Swipeable list component for React supporting several behaviours (e.g. iOS) -
react-tabguard
Limit tabbing within specified area with an ease -
material-color-hash
Hash strings to Material UI colors -
react-swipe-to-delete-ios
A simple React component to reproduce the way iOS deletes an item in a list -
react-headings
โ Auto-increment your HTML headings (h1, h2, etc.) for improved accessibility and SEO. -
react-avatar-generator
Generate fun kaleidoscope for user avatars. -
react-filter-control
The react UI component for building complex filter criteria -
react-demo-tab
๐ React component to easily create demos of other components -
@restpace/schema-form
A React component package for generating forms based on (almost) the full power of JSON Schema -
react-advanced-news-ticker
A powerful, flexible, lightweight and animated vertical news ticker component for React. -
react-searchbox-awesome
The coolest searchbox for React.js! -
react-mouse-select
A simple react library for selecting elements by moving the mouse -
react-customizable-chat-bot
Customizable chat bot library using React and Typescript -
react-pulse-text
React component that allows you to animate the text you want -
react-color-scroll
Blend through colors as you scroll down the page. -
fastcomments-react
A React component for FastComments -
react-cloud-letter
Wrap your letter in lovely cloud-like shape with React. -
react-pagespeed-score
A React component for display a dial-type chart of PageSpeed Insights.
Appwrite - The open-source backend cloud platform
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.
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.