arco-design / arco-design-mobile

React mobile UI components library based on Arco Design
https://arco.design/mobile/react/arco-design/pc/#/
MIT License
421 stars 76 forks source link

Carousel 设置 offsetBetween 值时不能循环轮播 #259

Closed guangzan closed 5 months ago

guangzan commented 7 months ago

Basic Info

What are the similar cases of this feature

What problem does this feature solve?

Carousel 设置 offsetBetween 值时支持循环轮播

Extra info

或者有临时解决方案吗

adaex commented 6 months ago

@guangzan 可以设置 fakeItem=true 来支持循环播放,详见文档 https://arco.design/mobile/react/arco-design/pc/#/components/carousel

image

guangzan commented 5 months ago

Hi, @adaex,

感谢回复,抱歉我没有仔细查看文档。