Overlay Stable
A container overlaying the page to place the focus on this popped-up content. The rest of the visible interface below is darkened by a fog.
<uimc-overlay id="overlay">
<img src="/ui-marcom/version/3.2" />
</uimc-overlay>
Attribute | Description | Values | Default |
---|---|---|---|
open | Reflects the state of visibility | – | – |
Slot | Slotted content |
---|---|
default | Nest any suitable content, but it works also well with images |
Overlay with an image
<uimc-overlay id="overlay">
<img src="/ui-marcom/version/3.2/assets/img/brandville/CT_Somatom_go.Up_42238_IMAGE_Reflection.jpg" />
</uimc-overlay>