Stage Stable Dark theme
A stage is used for a conspicuous entrance, for example on the website. It is recommended for displaying one or more campaign visuals and claims on top of the content.
<uimc-stage>
<uimc-stage-item
headline=""
description=""
>
<img src="/ui-marcom" alt="">
</uimc-stage-item>
</uimc-stage>
Stage
Attribute | Description | Values | Default |
---|---|---|---|
config | Slider configuration options | JSON Object | {type: 'carousel', perView: 1, startAt: '0', keyboard: true} |
Slot | Slotted content |
---|---|
default | Slot a <uimc-stage-item> for each slide |
Stage item
Attribute | Description | Values | Default |
---|---|---|---|
headline | Text of the big headline | – | |
description | Text below the headline | – | |
button-label | Label on the call-to-action button | – | |
url | Sets the link for the call-to-action button | valid URL | – |
theme | Optionally choose white background color | dark , light | dark |
covered | Apply covered style with a gradient on the image | – | – |
Slot | Slotted content |
---|---|
default | The slot is solely intended for an <img> |
Stage containing a keyvisual and an editorial slide
Covered Stage
Added in 3.1
White Covered Stage
Added in 3.1