1.0.0 • Published 3 years ago

react-singleinput v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

基于 React 的分割输入框

image

可传入三个参数

length Number格式 必传 输入框的个数

getValue Function格式 必传 回调函数,用来获取输入框的值

type String格式 可选 同原生inputtype值,默认为number

gitee

https://gitee.com/ikaros1017/single-input

用法

import SingleInput from 'singleinput' <SingleInput length={6} getValue={this.getVal} type="number" />

1.0.0

3 years ago