https://github.com/webbestmaster/react-form-pro
React Form Pro
https://github.com/webbestmaster/react-form-pro
Last synced: about 2 months ago
JSON representation
React Form Pro
- Host: GitHub
- URL: https://github.com/webbestmaster/react-form-pro
- Owner: webbestmaster
- License: mit
- Created: 2020-10-31T14:18:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T13:07:30.000Z (over 5 years ago)
- Last Synced: 2025-10-05T13:31:26.371Z (9 months ago)
- Language: JavaScript
- Homepage: http://webbestmaster.github.io/react-form-pro
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# React Form Pro (XXXkb gzip)
[](https://travis-ci.org/github/webbestmaster/react-form-pro)
[](https://github.com/webbestmaster/react-form-pro/blob/master/license)
[](https://www.npmjs.com/package/react-form-pro)

[](https://github.com/webbestmaster/react-form-pro/)
**[Live demo](http://webbestmaster.github.io/react-form-pro)**
## Install
```bash
npm i react-form-pro
```
### Typing Flow
Use `./flow-typed/react-form-pro.js`.
### Typing TypeScript
Use `./@types/index.d.ts`.
## Usage example
```javascript
// @flow
import React from 'react';
import {Form} from 'react-form-pro';
export function App(): React$Node {
return (
);
}
```