moneypal-chatbot
v0.0.6
Published
MoneyPAL Chatbot
Downloads
3
Maintainers
Readme
MoneyPAL Chatbot
Getting Start
npm install moneypal-chatbot --save
Usage
import ChatBot from 'moneypal-chatbot';
ReactDOM.render(
<div>
<ChatBot />
</div>,
document.getElementById('root')
);