frontm-chatwidget
v0.3.0
Published
This is the Frontm chatbot.
Downloads
448
Readme
Frontm Chatbot
This is the Frontm chatbot.
Version Compatibility
- If you are using React 18, use version 0.2.24.
- If you are using React 17, use version 0.2.23.
- If you are using React 16, use version 0.2.22.
⚠️ Using the wrong version may result in errors related to multiple React versions.
How to Use
First, install the package:
npm install frontm-chatwidgetThen, import and use the ChatWidget component in your React application:
import ChatWidget from "frontm-chatwidget";
<ChatWidget
accesskey={"ADD-YOUR-ACCESSKEY-HERE"}
/>