# Size-detector

This is a utility component that informs the child function of the available width and height.

## Installation

```sh
yarn add @atlaskit/size-detector
```

## Usage

Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/core/size-detector).

## Acknowledgements

This size detection method used by this component is inspired by Federico Zivolo's awesome [react-resize-aware][react-resize-aware-repo] project, which Atlassian has contributed a PR back to.

[react-resize-aware-repo]: https://github.com/FezVrasta/react-resize-aware
