1.0.0 • Published 4 years ago

react-with-final-form v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React With Final Form

A higher order component for final form. demo

Install

# with npm
$ npm install react-with-final-form --save
# or with yarn
$ yarn add react-with-final-form

Usage

Props

NameTypeDefaultDescription

Source Code Run

Install the dependencies and devDependencies and start the server.

$ git clone git@github.com:sagarpanda/react-with-final-form.git
$ cd react-with-final-form
$ npm install
$ npm start