ks-ui
v0.0.12-alpha
Published
基于react的ui组件
Readme
ks-ui
Overview
基于react的开发的ui组件,不依赖第三方ui库
现有组件属性列表
地域组件 region Props
| Name | Type | Description | Required | Default | |-------------|----------|----------------------------------------------------------|---------- |----------| | defaultValue| array | Array of default regions | | [] | | onChange | Function | change callback | true | | | onClose | Function | close callback | | |
添加标签组件 addOn Props
| Name | Type | Description | Required | Default | |-------------|----------|----------------------------------------------------------|---------- |----------| | defaultValue| array | Array of default tags | | [] | | placeholder | string | the placeholder text | | | | itemLength | number | the max length of each tag | | 1000 | | max | number | the max counts of tags | | 10 | | onBlur | Function | the input blur event | | |
