I am using next.js and fetching data via API to slides. React-slick works great until the first break point on lower resolution (890px in this example).
.slick-track class has a property that is causing this problem.
.slick-track {transform:…
I am new to react-slick
initially before i added more components to the react-slick, it was sliding seamlessly
but after adding in more code in the slider, (something which i think is not the problem) react-slick now slides for some time, and then…
After having imported everything and installed, I copy and paste any carousel of the code offered by the page, managing to work with the exception of this, the main problem being "baseUr"After having imported everything and installed, I copy and…
I want to add react-slick by following it's documentation but "Unexpected token" keeps showing, i just want the react-slick work and styling it later.
I'm really sorry i know this is very basic but i've browsing long enough until i ended up here,…
I'm trying to integrate the react-slick dots with custom arrows from material UI icons, but both of them don't seem to integrate in a straight line with dots in middle, and arrows on left and right of the end dots. Since the number of images may…
Here, @drorsun has explained the issue:
https://github.com/akiran/react-slick/issues/300
and here is the sandbox to play with:
https://codesandbox.io/s/slick-slider-react-slick-bug-with-video-forked-967b5?file=/src/index.js
So what's happening here…
I needed bootstrap cards of equal heights inside a react-slick carousel. I found a solution from the following post: React Slick Slide Height Issue
Below is my code, which records the height of the carousel div containing the bootstrap cards. The…
I'm new to react, I'm trying to make a slider with custom arrows, using SlickNext() and slickPrev()
the problem is whenever I refresh the page or hit ctrl+R the slider disappears, it only shows whenever I modify the code or delete the ref and hit…
I'm building a React app using TypeScript. I'm using React-Slick's carousel.
I'm trying to programmatically change the slide of the carousel. Therefore I followed the documentation and tried to create a ref for the Slider. My component is like…
I am using React-Slick to display a carousel of 4 images. The settings I have are:
{
dots: true,
infinite: true,
autoplay,
speed: 1000,
autoplaySpeed: 5500,
slidesToShow: 1,
slidesToScroll:…
I have a React slick carrousel that I try to style to my convenience. I have wrapped the Slider component in a styled component, but I can't override any style of any classes.
Here is what I write:
const StyledSlider =…
I trying to create a carrousel component that would take 100% width & height of a parent container (it should be able to go fullscreen). I have added a custom-arrow but I can't style it.
How to achieve such a result?
Here is my code and a…
I am new in react and trying to use react awsome slider its working fine but i want to add button and text on slider image but dont know how to do that.
Here is my slider component
import React, { Component } from 'react'
import slider1 from…
I am using next.js for React project and used react-slick slider plugin it's working properly but when I try to run test it through - `TypeError: Cannot read property 'querySelectorAll' of null.
For test setup I used this configuration.
TypeError:…