@sinoform/field-input

单行文本输入框字段模块。

Usage no npm install needed!

<script type="module">
  import sinoformFieldInput from 'https://cdn.skypack.dev/@sinoform/field-input';
</script>

README

@sinoform/field-input

单行文本输入框字段模块。

安装

yarn add @sinoform/field-input

使用

form-config-builder 结合使用:

import FieldInput from '@sinoform/field-input';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';

FormConfigBuilder.from(base).addPlugin(FieldInput);