react-with-final-form
v1.0.0
Published
A higher order component for final form.
Downloads
3
Maintainers
Readme
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
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | | | | | | | | | |
Source Code Run
Install the dependencies and devDependencies and start the server.
$ git clone [email protected]:sagarpanda/react-with-final-form.git
$ cd react-with-final-form
$ npm install
$ npm start