0.1.0 • Published 4 years ago

@sinoform/comp-option-list v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@sinoform/comp-option-list

选项列表组件

安装

yarn add @sinoform/comp-option-list

使用

需要在 Form 上下文中使用:

import MaintainableOptionListField from '@sinoform/comp-option-list';

function Demo() {
  return (
    <Form>
      <MaintainableOptionListField />
    </Form>
  );
}