Last item is shown
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 11.9k
- Fork
- 2.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Why the last item is shown. I set it to centerMode: true
```
const App = () => {
const settings = {
dots: true,
cssEase: 'linear',
infinite: true,
speed: 500,
slidesToShow: 2,
slidesToScroll: 2,
centerMode: true,
};
return (
Single Item
1
2
3
4
);
};
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.