0.1.0 • Published 6 years ago
@sinoform/field-number-input v0.1.0
@sinoform/field-number-input
数字输入框字段模块。
安装
yarn add @sinoform/field-number-input使用
与 form-config-builder 结合使用:
import FieldNumberInput from '@sinoform/field-number-input';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';
FormConfigBuilder.from(base).addPlugin(FieldNumberInput);0.1.0
6 years ago