Skip to main content

ImageCarousel

caution icon

Deprecated

The ImageCarousel component has been deprecated. However, ImageCarousel remains available for maintaining legacy code where necessary.

Use ImageMultipleChoice instead

We strongly urge all users and developers to migrate to use ImageMultipleChoice as it includes more up-to-date information and enhancements catering to current needs.

For more support, please send us an email or send us a message in the #shop-minis channel in the Shopify Partners Slack.

The ImageCarousel component, now deprecated, has been renamed to ImageMultipleChoice. This change is part of an effort to better align the component's name with its functionality and intended use. The transition to ImageMultipleChoice reflects an enhanced focus on providing a more accurate and descriptive naming convention.

Migration Guide

Replace all instances of ImageCarousel with ImageMultipleChoice in your project. The props remain the same under the new name, ensuring a smooth transition with minimal changes required to existing codebases.

// Before
import { ImageCarousel, ImageCarouselProps } from '@shopify/shop-minis-platform-sdk';

// After
import { ImageMultipleChoice, ImageMultipleChoiceProps } from '@shopify/shop-minis-platform-sdk';