Blanket

Summary

A blanket is a screen wide overlay that is used by dialogs for example to disable all input on the screen.
There can only be one blanket on a page, therefor there is no class for this element. You define the blanket by setting the id zui-blanket to an element.

Name Description Default Value
id

The id of the element that represents a blanket must be set to 'zui-blanket'.

No values have been documented for this attribute.

Example

Markup

<div id="zui-blanket"></div>
Fork me on GitHub