0.1.4 • Published 5 years ago

rv-checkbox v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

RVCheckbox

基于 react-virtualized 的 大数据量下的多选 checkbox 组件

Development

npm install
npm start

install

rv-checkbox

Usage

import RVCheckbox from 'rv-checkbox'
<RVCheckbox options={[{label:'', value:''} ... ]} />

API

props

props说明参数类型默认值
disabled失效状态booleanfalse
value指定选中的选项string[] | number[][]
defaultValue默认选中的选项string[] | number[][]
options指定可选项string[][]
onChange变化时回调函数Function(checkedValue)-
filter是否过滤boolean | Function(filterText, label)false
height高度string | number-
width宽度string | number-