UNPKG

351 BMarkdownView Raw
1# Layer Manager
2
3The layer manager is used to render React DOM into a new context (aka "Portal"). This can be used to implement various UI components such as modals.
4
5## Installation
6
7```sh
8yarn add @atlaskit/layer-manager
9```
10
11## Usage
12
13Detailed docs and example usage can be found [here](https://atlaskit.atlassian.com/packages/core/layer-manager).