An open API service indexing awesome lists of open source software.

https://github.com/kagawagao/scheme-form

use Ant Design Form by scheme
https://github.com/kagawagao/scheme-form

Last synced: 3 months ago
JSON representation

use Ant Design Form by scheme

Awesome Lists containing this project

README

        

# scheme-form

> scheme form based on antd

## Install

```bash
npm i scheme-form
```

## Usage

```jsx
import React from 'react'
import SchemeForm from 'scheme-form'

export default () =>
```

## Develop

```bash
npm install
npm run build
```