@huzan/hz-wechat-select
v1.4.5
Published
## Install
Downloads
13
Readme
hz-wechat-select
Install
npm install --save @huzan/hz-wechat-select
Usage
import React, {Component} from 'react'
import WeChatSelectMulti from '@huzan/hz-wechat-select'
import '@huzan/hz-wechat-select/style'
class Example extends Component {
render() {
return <WeChatSelectMulti
visible={visible}
apiHost={apiHost}
accessToken={accessToken}
disableByQrCode={false}
filterBySerialno={true}
searchOption={['query', 'group_id', 'online']}
onCancel={this.onCancel}
onOk={this.onOk}
/>
}
}
License
MIT © liyan