next.js 按钮移除carousel元素[react-multi-carousel]

ht4b089n  于 2023-08-04  发布在  React
关注(0)|答案(1)|浏览(97)

如何删除react-multi-carousel中的箭头?x1c 0d1x的数据

u5rb5r59

u5rb5r591#

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

字符串

相关问题