A highly customizable, smooth, and responsive carousel library designed to fit any use-case — from simple sliders to advanced UX animations.
<Carousel
iconOptions={{
icon: <ChevronIcon color="white" />,
iconStyles: {
backgroundColor: "black",
color: "white",
},
}}
scrollOffset={600}
scrollEasing={`cubic-bezier(0.79, 0.25, 0.5, 1)`}
scrollSnapType='center'
duration={650}
>
{largeImageList.map((item, i) => (
<PlaygroundImageComponent key={i} imageUrl={item.imageUrl} />
))}
</Carousel>Here are some of the features that make AnyCarousel the best carousel library for React.
Control animations, curves, layouts, transitions, and more.
Install, configure, and drop into your app with minimal setup.
Built for performance — optimized rendering and motion.
npm
yarn
pnpm