React Chatbot
npm install @mobylogix/react-chatbotA chatbot component to create conversation chats

``bash`
npm install @mobylogix/react-chatbot --save
` javascript
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(