README
Blanket
The main purpose of the blanket component is to provide the overlay layer for components such as a modal dialog or a tooltip.
Installation
yarn add @atlaskit/blanket
Usage
Detailed docs and example usage can be found here.
A React component that covers the underlying UI for a layered component.
<script type="module">
import atlaskitBlanket from 'https://cdn.skypack.dev/@atlaskit/blanket';
</script>
The main purpose of the blanket component is to provide the overlay layer for components such as a modal dialog or a tooltip.
yarn add @atlaskit/blanket
Detailed docs and example usage can be found here.