Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 328 Bytes

React Portal

Basic Usage

It is possible to wrap a React element with Overlay to make use of its advantages such as making the block overlap any other block despite its z-index.

Example:

<Overlay>
  <div>Hello World!</div>
</Overlay>