0.1.0 • Published 5 years ago
@sinoform/field-timepicker v0.1.0
@sinoform/field-datepicker
日期选择字段模块。
安装
yarn add @sinoform/field-datepicker使用
与 form-config-builder 结合使用:
import Datepicker from '@sinoform/field-datepicker';
import FormConfigBuilder from '@sinoform/form-config-builder';
import base from '@sinoform/form-config-base';
FormConfigBuilder.from(base).addPlugin(Datepicker);0.1.0
5 years ago