0.0.5 • Published 1 year ago

bytedesk-react v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bytedesk-react

NPM version NPM downloads

bytedesk.com react lib web 客服聊天插件

安装

npm install bytedesk-react --save
# or
yarn add bytedesk-react

使用

import { ChatFloat } from "bytedesk-react";
// 
<ChatFloat
    chatUrl="http://localhost:9006/chat?t=1&sid=default_wg_uid&"
    //buttonPosition: 'right', // botton position:left or right
    //buttonBackgroundColor: 'blue', // button background color
    //iframeMargins: { right: 20, bottom: 20, left: 20 }, // iframe margins
    //buttonMargins: { right: 20, bottom: 20, left: 20 }, // button margins
    //showButton: true, // show button or not
    //showIframe: true // show iframe or not
/>
// params:
chatUrl: 客服链接;

示例

自定义按钮颜色按钮放在窗口左下角自定义按钮边距自定义聊天窗口边距

更多

LICENSE

MIT

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago