/react-portal

Component for adding other components on the top level of the DOM

Primary LanguageTypeScript

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>