react-form-pro
v0.0.21
Published
React Form Pro
Downloads
85
Maintainers
Readme
React Form Pro (XXXkb gzip)
Install
npm i react-form-proTyping 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/>
);
}