Asked
Active
Viewed 26 times
1 Answers
0
<Carousel
swipeable={false} // Disable swipe to prevent arrows from showing
draggable={false} // Disable dragging to prevent arrows from showing
showDots={false} // Optionally, hide the dots navigation as well
responsive={responsive}
// Other settings and props for your carousel go here
>
{items.map((item, index) => (
// Your slide item JSX goes here
))}
</Carousel>

Shah Vipul
- 625
- 7
- 11