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

Use the slide prop to render the slider container Related to issue #2148

### Problem When using `variableWidth: true` the track width is miscalculated when one (or more) of the slides are wider than the container. This results in the track contents overflowing...

Adds support for "anticipated" as lazyLoad option which was added as lazyLoad option to [slick in version 1.7.1](https://github.com/kenwheeler/slick/releases/tag/1.7.1) fixes https://github.com/akiran/react-slick/issues/1939

Sorry in advance, but could not replicate this issue since it seems to be specific to next.js and it has been occurring on a private client repo. I have set...

v0.27.9 If I set initialSlide to something != 0, the internal index as well as the css class "slick-center" are set correctly. However, the css class "slick-current" is on the...

bug

### DESCRIPTION We can find `slick-slides` that have `aria-hidden="true"` and `tabindex="-1"` attributes. This breaks the ARIA rules to have any tabindex value (indicating the element is focusable) whilst also having...

**appendDots (Vanilla)** "Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object)" It appears that react-slicks method 'appendDots' simply wraps the dots in a custom element, is...

should fix https://github.com/akiran/react-slick/issues/1230

In the Auto Play demo page (https://react-slick.neostack.com/docs/example/auto-play-methods). When we click on a dot, the user is getting a feeling like two dots are active. Why are we having this behaviour...

good first issue

so I have following problem, I want my slider to go back to slide 6 after if anyone would try to swipe further. However it doesn't work. UseEffect is being...