@we-weaver/biz-component-tag-select

0.0.0-alpha.4 • Public • Published

biz-component-tag-select

标签选择器

基本用法

  <SampleComponent
    options={[{label: '名字', value: '值'}]}
  />

前置标题

  <SampleComponent
    title="所属人群"
  />

多选

  <SampleComponent
    multiply={true}
  />

选择这个,取消其它的选择

  <SampleComponent
    onlyValue={[value]}
  />

属性映射, label: 显示, value: 值

  <SampleComponent
    map={{map={{label: 'show', value: 'value'}}
  />

限制选择个数

  <SampleComponent
    limit={3}
  />

Readme

Keywords

none

Package Sidebar

Install

npm i @we-weaver/biz-component-tag-select

Weekly Downloads

1

Version

0.0.0-alpha.4

License

MIT

Unpacked Size

7.69 kB

Total Files

6

Last publish

Collaborators

  • yongjun.guoyj
  • zhouhuan0106
  • js-wang
  • ruanzk