README
@sinoform/field-radio-group
单选按钮组字段模块。
安装
yarn add @sinoform/field-radio-group
使用
与 form-config-builder
结合使用:
import RadioGroup from '@sinoform/field-radio-group';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';
FormConfigBuilder.from(base).addPlugin(RadioGroup);