Overlay service

The useOverlay service is just a quick and easy way to show or hide the main overlay wich is used by asides and modals components.

We created this service to provide an easy way to interact with it for other purposes if you need to.

Methods

setGlobalOverlay(overlayInstance)void
overlayInstance object
show()void
hide()void

OverlayExample