UI MarCom 3

Carousel Stable Dark theme

With carousels users have the ability to cycle through elements like images or text slides.

<uimc-carousel>
        <img src="/ui-marcom/" alt="">
</uimc-carousel>

AttributeDescriptionValuesDefault
themeSet the color scheme of the componentlight, darklight

SlotSlotted content
defaultEach child element will be rendered as a slide

Image slider

alternate text to describe the image alternate text to describe the image
<uimc-carousel>
        <img src="/ui-marcom/assets/img/brandville/SH_ACUSON_Redwood_69730_IMAGE_19.jpg" alt="alternate text to describe the image">
        <img src="/ui-marcom/assets/img/brandville/SH_MR_44463_18.jpg" alt="alternate text to describe the image">
</uimc-carousel>

Dark theme

alternate text to describe the image alternate text to describe the image
<uimc-carousel theme="dark">
        <img src="/ui-marcom/assets/img/brandville/SH_ACUSON_Redwood_69730_IMAGE_19.jpg" alt="alternate text to describe the image">
        <img src="/ui-marcom/assets/img/brandville/SH_MR_44463_18.jpg" alt="alternate text to describe the image">
</uimc-carousel>