# `components-formstack`

The data fetching module is the wrapper that contains the `@arcteryx/components-formstack` react component. This module
houses the various business logic and service calls that `@arcteryx/components-formstack` demands, in order to create a layer 
of separation from the presentational component. 

# Usage

## Formstack Component

```
<Formstack
  formData={formData}
  onSubmit={onSubmit}
  country={country}
  isSubmitting={isSubmitting}
  submitButtonText="Submit"
/>
```
