rc形式 React高阶表格组件。 发展 npm install npm start open http://localhost:8000/examples/ 特征 支持react.js甚至react-native 使用验证字段 安装 用法 import { createForm , formShape } from 'rc-form' ; class Form extends React . Component { static propTypes = { form : formShape , } ; submit = ( ) => { this . props