# @commercetools-frontend/application-shell-connectors

<p align="center">
  <a href="https://www.npmjs.com/package/@commercetools-frontend/application-shell-connectors"><img src="https://badgen.net/npm/v/@commercetools-frontend/application-shell-connectors" alt="Latest release (latest dist-tag)" /></a> <a href="https://www.npmjs.com/package/@commercetools-frontend/application-shell-connectors"><img src="https://badgen.net/npm/v/@commercetools-frontend/application-shell-connectors/next" alt="Latest release (next dist-tag)" /></a> <a href="https://bundlephobia.com/result?p=@commercetools-frontend/application-shell-connectors"><img src="https://badgen.net/bundlephobia/minzip/@commercetools-frontend/application-shell-connectors" alt="Minified + GZipped size" /></a> <a href="https://github.com/commercetools/merchant-center-application-kit/blob/main/LICENSE"><img src="https://badgen.net/github/license/commercetools/merchant-center-application-kit" alt="GitHub license" /></a>
</p>

This package contains complementary components to work with the `@commercetools-frontend/application-shell` package.
In particular it provides components (and HOCs) to access and subscribe to specific data within the AppShell.

> NOTE that the "provider" components should only be used within the AppShell. Instead, as a consumer of that data, you should only use the "getter" components (or the HOCs).

## Install

```bash
$ npm install --save @commercetools-frontend/application-shell-connectors
```
