react mobile picker选择器,一级、二级联动

移动端react选择器,支持拓展二级联动,三级联动 How to use

$ npm install spring-picker -S import 'spring-picker/lib/style.css'; import { Picker, Popup } from 'spring-picker'; <Popup onCancel={this.cancelUserPicker.bind(this)} onConfirm={this.closeUserPicker.bind(this)} visible={this.state.userPickerVisible}> <Picker onChange={this.handleChangeUser.bind(this)} data={this.userData} /> </Popup> How to run

# install dependencies npm install # run server npm start # build for production with minification npm run build preview

Chrome打开开发者工具,切换到手机模拟器预览
https://springalskey.github.io/picker/index.html#/picker-demo

mobile qrcode preview

example1

example2

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。