moneypal-chatbot

MoneyPAL Chatbot

Usage no npm install needed!

<script type="module">
  import moneypalChatbot from 'https://cdn.skypack.dev/moneypal-chatbot';
</script>

README

MoneyPAL Chatbot

Getting Start

npm install moneypal-chatbot --save

Usage

import ChatBot from 'moneypal-chatbot';

ReactDOM.render(
  <div>
    <ChatBot />
  </div>,
  document.getElementById('root')
);