react-form-pro
v0.0.21
Published
React Form Pro
Downloads
40
Maintainers
Readme
React Form Pro (XXXkb gzip)
Install
npm i react-form-pro
Typing Flow
Use ./flow-typed/react-form-pro.js
.
Typing TypeScript
Use ./@types/index.d.ts
.
Usage example
// @flow
import React from 'react';
import {Form} from 'react-form-pro';
export function App(): React$Node {
return (
<Form/>
);
}