UI MarCom 3

Overlay Stable Dark theme

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="">
  <img src="/ui-marcom" />
</uimc-overlay>

AttributeDescriptionValuesDefault
openReflects the state of visibility
themeSet the color scheme of the componentlight, darklight

SlotSlotted content
defaultNest any suitable content, but it works also well with images

Overlay with an image

Open overlay
<uimc-overlay id="overlay">
  <img src="/ui-marcom/assets/img/brandville/CT_Somatom_go.Up_42238_IMAGE_Reflection.jpg" />
</uimc-overlay>

Overlay dark theme

Open overlay in dark
<uimc-overlay id="dark-overlay" theme="dark">
  <img src="/ui-marcom/assets/img/aspect-ratios/covered-stage-4x3.jpg" />
</uimc-overlay>