# react-antd-super-form
**Repository Path**: bitorjs/react-antd-super-form
## Basic Information
- **Project Name**: react-antd-super-form
- **Description**: demo
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-21
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# react-antd-super-form

[在线案例](https://codesandbox.io/s/react-antd-super-form-j7bvp)
## Install
```bash
npm install --save react-antd-super-form
```
- `1.x 的版本 适用于 antd 3.x`
- `2.x 的版本 适用于 antd 4.x`
## Usage
```jsx
import React, { Component } from 'react';
import SuperForm, { Table, List, Form, Modal, ModalTable } from 'react-antd-super-form';
class Example extends Component {
render () {
return (