react-form-pro
TypeScript icon, indicating that this package has built-in type declarations

0.0.21 • Public • Published

React Form Pro (XXXkb gzip)

Build Status GitHub license npm version npm bundle size GitHub stars

Live demo

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/>
    );
}

Package Sidebar

Install

npm i react-form-pro

Weekly Downloads

12

Version

0.0.21

License

MIT

Unpacked Size

100 kB

Total Files

52

Last publish

Collaborators

  • webbestmaster