@atlaskit/layer-manager

A React Component for managing layers

Usage no npm install needed!

<script type="module">
  import atlaskitLayerManager from 'https://cdn.skypack.dev/@atlaskit/layer-manager';
</script>

README

Layer Manager

The 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.

Installation

yarn add @atlaskit/layer-manager

Usage

Detailed docs and example usage can be found here.