-
Hi there, is this plugin end of life? A lot of issues and last commit over 6 months ago? It's really easy to use and wish it will continue.
-
For example, slidesToShow: 3, real items 2 or 1.
https://codesandbox.io/s/93n7pvqmr
-
I have 4 slides created with react-slick and one of them is image slider.
Now the issue is that on Firefox for example it's showing that images but on Chrome no.
I have attached screenshots bellow…
-
```
…
-
Cambiar landing de locations actual: https://4geeksacademy.com/us/coding-campus/coding-bootcamp-argentina-buenos-aires
Por la landing que se comparte en este link: https://www.figma.com/file/0kfc9…
-
import React, { useEffect, useState, useContext } from "react";
import axios from "axios";
import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick…
-
## Bug Report
### 개요
PortfolioItem.tsx 컴포넌트의 캐러셀에서 Prev/Next 버튼에 더블 클릭이 적용되지 않는 문제가 발생했습니다. 여러번 빠르게 클릭한 만큼 캐러셀이 빠르게 넘어가지 않습니다.
사용한 캐러셀 라이브러리는 `react-slick` 입니다.
캐러셀 맨 처음 페이지, 맨 끝 페이지에 도달했을 …
-
### Check that this is really a bug
- [X] I confirm
### Reproduction link
https://gyazo.com/5ba13d4a8eed7407cb124f2179309bb6
### Bug description
I have Next 14.0.3 app with tailwind CSS. I instal…
-
What is the correct way to use custom arrows ?
thanks
-
Is it possible to add infinite scroll to the carousel?