A modified fork of [react-schema-form](https://github.com/networknt/react-schema-form).
npm install grommet-formGrommet-based form framework using Redux and Schema Forms
* Grommet form elements instead of material-ui
* Intermediate form state stored in Redux
We use yarn for installing, although you can just use npm.
For example:
```
yarn add grommet-form
yarn`
or`
npm install grommet-form
See redux-react-schema-form package for documentation on how
to configure forms. This package simply provides a set of
Grommet components and a top-level GrommetForm component that
you can use in your project.
```
onSubmit={this.onSubmit}
schema={this.schema}
form={this.form}
model={this.model}
/>