@# Overlay
An overlay is composed of a `Portal` component that allows for content to be rendered on top of it's siblings. By default, an `Overlay` will render it's content to an element appended to `document.body`. It is a controlled component and can only be toggled via the `isOpen` attribute.

@example OverlayExample

@## Overlay Attrs
@interface IOverlayAttrs
