react-slick icon indicating copy to clipboard operation
react-slick copied to clipboard

React carousel component

Results 233 react-slick issues
Sort by recently updated
recently updated
newest added

### Guidelines for posting a new issue * Please replicate your issue with this [CodeSandBox](https://codesandbox.io/s/ppwkk5l6xx) and provide a link to it along with the issue description

question

When setting `fade` and `rtl` options to `true`, the slides disappear. [CodeSandBox example](https://codesandbox.io/s/react-slick-playground-std5e)

Sometimes it happens that if I change the screen size to less than 1024, then instead of 3 items I still see 4, or vice versa when I changed the...

Hi, I don't want to swipe with gestures, I just want to switch after clicking the button, thanks for your reply.

When I use just react Libary on HTML, CSS there not have an extra div but I fount an extra dive in react. Can you help me, please? ` 1...

Currently, react-slick wraps each slide with div, which deviates from the slick-carousel implementation. So we will remove unnecessary div after fixing other pending issues in this library. Hopefully, we will...

### Guidelines for posting a new issue I used centerPadding API but not working please check it for me! [CodeSandBox](https://codesandbox.io/s/react-slick-playground-forked-kwu4b?file=/index.js)

I install: ``` "react-slick": "^0.25.2", "slick-carousel": "^1.8.1" ``` in auto play or when I click next I get this exception: ``` inner-slider.js:479 Uncaught TypeError: Cannot read property 'slideHandler' of undefined...

Fix #540 based on PR #1543 (it just bring that changes to an updated branch)

I am trying to install react-slick on a NextJS project with [this example](https://codesandbox.io/s/react-slick-playground-8d6h5) but none of the images are showing up. [As seen here](https://drive.google.com/file/d/1inXscYdXx5Hur6-jA7fSjNnqI5rALqIg/view?usp=sharing), the blue rectangle on the left...