Backdrop pattern.

November 2, 2023 ยท View on GitHub

Renders a dark background.


Deprecated

This pattern is deprecated. Just use plain CSS instead.


Configuration

OptionTypeDefaultDescription
zIndexintegernullz-index of backdrop element.
opacityfloat0.8opacity level of backdrop element.
classNamestring'backdrop'class name of backdrop element.
classActiveNamestring'backdrop-active'class name when backdrop is active.
closeOnEscbooleantrueshould backdrop close when ESC key is pressed.
closeOnClickbooleantrueshould backdrop close when clicked on it.