infinidesk-web-widget
v0.0.119
Published
<p align="left"> <a href="https://desk.infinacle.com/"> <img alt="infinidesk" src="https://infinacle.com/wp-content/uploads/2018/10/footer_logo_100x100.png" width="150"> </a> </p>
Readme
Streamline your customer experience with scalable real-time chat
Infinidesk React Widget
Installation (安装)
yarn add infinidesk-web-widgetUsage (用法)
# Import (进口)
import App from 'infinidesk-web-widget'
# Use the component (使用该组件)
<App
apiKey="" // 需向 Infinidesk 管端网页 申请 新的 API Key
apiRef="vistor001" // 必须加密,确保 refID 不会轻易给第三方盗用
lang="zh-CN" // zh-CN , en-US
name="sw02"
email="[email protected]"
env="SIT" // SIT, UAT 生产环境时将其删除
/>