<uimc-carousel>
<img src="/ui-marcom/" alt="">
</uimc-carousel>
| Attribute | Description | Values | Default |
|---|
| theme | Set the color scheme of the component | light, dark | light |
| Slot | Slotted content |
|---|
| default | Each child element will be rendered as a slide |
Image slider

<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
<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>