I am using react slick for making slides of poll. I am facing issue while clicking the poll option. Click gets fired after two clicks.
I think touch start is the issue here.
I'm new to react and I'm trying to make a custom react slick slider navigator for my sliders.
I've 2 separate sliders that are linked by the asNavFor method and I want my buttons to change the sliders to the index of the button clicked.
I'll leave…
I am trying to implement products card slider using react-slick slider.
The problem is when product card has longer title or description, heights of cards are not the same. Is there any way to match height without setting fixed height on…
I want to show a notification if a user clicks on any dot and I also want to prevent moving to the next slide if a user clicks on a dot. Is there a good solution to implement this?
Here is the link to react-slick(appendDots example). There you can…
I first time build carousel with tailwind css and react slick.
Post component has own height calc(100vh - 65px). after I use flexbox like this:
data.map((i, index) => (
image for reference
As I'm using the AsNavFor and vertical slider together in slick carousel, the active slider gets the purple border,the bordered active slider is always on top by default, how to navigate via arrows so that bordered active slider…
I'm trying to make a slider where
There will be 3 parent slide component
Inside there will be 4 different number of it's
After click on child slide component the parent number will be update with that number
Like
Parent: 1.1 (Default)
Child: 1.1…
Slick slider with variable width items and arrow on the right scrolls even after the last item reached end. Anyway to fix this?
Link to fiddle: https://jsfiddle.net/abhiklpm/60hy4j3z/ (Click on the right arrow continuously and you could see the…
I am using react slick in my react project. I have 5 slides, one button(Go to Slide3), and one text(Current Slide Number) in my UI.
When I click the button, in the react-slick, it should move to the third slide. Whenever the slide change, I also…
I'm having an almost impossible time trying to create a carousel for the Hydrogen Shopify demo store. I've tried several libraries and even tried to create my own carousel but I'm not abel to get it to work without similar errors. I believe it has…
I am using React Slick for the slider. I have a Card component for the cards and also I have Slider section where I render the CardList component for the upper card with mapping data from data.json and SlickSlider component for the slider.
I know…
explain the problem here..,whats is problem here,i want to make my slick responsive
const settings = {
centerMode: true,
centerPadding: '10px',
slidesToShow: 5,
speed: 500,
slidesToScroll: 1,
arrows:…