Components
The React components gform-react exports - GForm, the form container that owns the state store, and GInput, a single typed field.
gform-react ships two components. GForm is the container that owns the state store and renders a real
<form>; GInput is a single field identified by its formKey. Pick one to read in full:
New to the library? Start with Core Concepts for how GForm, formKey, and
the element render prop fit together.