zkteco-wid
v1.1.10
Published
zkteco-wid
Readme
Follow below steps to install ZktecoChat Widget
- dependency :
npm install zkteco-wid- if it is not imported use this.
import {ZktecoChat} from 'zkteco-wid'- follow below example to use.
<ZktecoChat
authrization='Bearer token...'
application='ZKBio Zlink'
primaryColor={'#7ac141'}
backgroundColor={'#ffffff'}
title={'Support ChatBot'}
boxBorderColor={'#d3d3d3'}
style={
{
height: "500px",
width: "300px",
borderRadius: "20px"
}
}
/>