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

Hey, at first I want to say that I just found this lib and I want to say that it made easier life for me => so thank you a...

carousel doesn't work properly in RTL direction, I found a way to make it work but I can't implement it with out your help, make inline-style of slick-track ( transform:...

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

### Guidelines for posting a new issue ![image](https://user-images.githubusercontent.com/12638036/121129759-0159a580-c860-11eb-8ffc-00e30483c73c.png) react-slick set RTL is true, init state is wrong. * Please replicate your issue with this [CodeSandBox](https://codesandbox.io/s/ppwkk5l6xx) and provide a link to...

I want to use multiple as nav for with slick this is simple as nav for which is **working fine** for me: **https://codesandbox.io/s/react-slick-demo-27z23** but is it any way if we...

Hi! I need a bit of help, I want to have this carousel at the beginning of the page, in vertical mode. The carousel will have 3 items that need...

This PR fixes #1569 I kept the functionality of setting the unslick to true when the number of children is inferior or equal to the number of slides to show....

I am using React-Slick for my project and I want to be able to dynamically change the settings that I provide to my slider. For slickjs (https://github.com/kenwheeler/slick) this can be...

Hello, I am having a trouble when using slickGoTo. My slider has overflow-x: scroll as a css property, allowing me to scroll between the slides. After using slickGoTo method, I...

I would like to make a slide transition and when I stop the slides should keep the position I left I saw many issues asking for this and I don't...