This package provides two components (`NewDocument` and `EditDocument`) that work with the schema extension defined in the [smart-methods](https://github.com/meteor-utilities/smart-methods) package to let you easily generate new document and edit document forms.
### Install
`meteor add utilities:react-form-containers`
### `NewDocument`
This component takes the following properties:
-`collection`: the collection in which to insert the new document.