Backdrop
The Backdrop component overlays the entire screen with a translucent dark overlay, typically used to indicate a blocking state or focus attention on a specific element.
Basic Backdrop
Invisible Backdrop
The invisible attribute removes the dark overlay while still blocking pointer events.
API
| Attribute | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Whether the backdrop is visible and active. |
invisible | boolean | false | Transparent backdrop (no dark overlay). |
Events
| Event | Description |
|---|---|
me-close | Fired when the backdrop is clicked. |