OverlayPage Component ReferencePage Component Referencetml`
<OverlayPage>
...
</OverlayPage>
`
Overlay pages are a type of popup page that may not completely cover other pages. Unobscured pages beneath the overlay page remain visible. The Nav page does not provide standard navigation elements for overlay pages. Instead, the page must provide a means for the user to dismiss it. The built-in dialog page is an example of an overlay page.
The OverlayPage component displays a Page component with an overlayPage CSS class. It is intended for use when the controller Page is presented as an overlay.
The OverlayPage component accepts the same attributes as the Page component. The OverlayPage component adds overlayPage to the className.
These methods are intended to be used by parent components to dynamically change the properties of the rendered components without re-rendering.
All template children are included as the Page component children.
OverlayPage Component will render a <Page> with the page children as its children.<Page> will have a CSS class name with the string overlayPage.