The Overlay component is a simple component used to render a full page
overlay in the page with an enter and exit animation. If there are overflow
issues or you need to portal the overlay to a different area within your app,
you should use the OverlayPortal component instead.
The
Overlay
component is a simple component used to render a full page overlay in the page with an enter and exit animation. If there are overflow issues or you need to portal the overlay to a different area within your app, you should use theOverlayPortal
component instead.