2.0.1 • Published 2 years ago

react-best-chatbot v2.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

React Best Chatbot 🚀

Simple and easy to get started, free of dependencies.

import React from 'react';
import Chatbot from 'react-best-chatbot';
  
const steps = [
  {
    id: 1,
    content: "Hello, human!",
    goTo: 2
  }, 
  {
    id: 2,
    content: "See ya...",
    end: true
  }
];

const App = () => (
  <Chatbot steps={steps} />
);

export default App;

Examples and properties

Click here to access the documentation.

Info

Every user response is also accompanied by the time it took the user to interact in the chat, in milliseconds.

answers = {
  values: {
    'first_step: 'Bye'
  },
  timeInMs: {
    'first_step': 2000
  } 
};

Donate

If you liked, you can donate to support it :)

paypal

1.0.8

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago