Top "React-slick" questions

react-slick: Import CSS from slick-carousel fails

React beginner here. My app uses create-react-app, and I'm pulling in react-slick for a carousel. I'm trying to follow the …

reactjs react-slick css-import
Custom Arrows react-slick

I am using react-slick to create a carousel in my project. I've read through the documents and tried different things …

carousel slick.js react-slick
React-Slick Carousel - Disable arrows

We are using React-Slick for the Carousel effect in our application. The content in the slider is dynamic and the …

reactjs react-slick
How to add slick-active class in Slider dots in React Slick

I used react-slick and made a carousel using Slider component. The code is bellow, const carousel = (props) => { return ( <…

javascript css reactjs slick.js react-slick
React Slick Slide Height Issue

I'm having trouble getting these React-Slick slider components to be the same height. They're both responsive divs and resize accordingly …

css reactjs height carousel react-slick
Displaying react components in carousel using react-slick

I am trying to use react-slick for displaying my custom Components inside carousel: <Slider {...settings}> <Hello /> &…

reactjs react-slick
react-slick carousel cycle through slides with scroll-event - react js, javascript

Here is the carousel I am using: react-slick I want to be able to scroll through each slide using the …

javascript reactjs react-slick
React-slick not working on first render

I tried react-slick with dynamic children but it don't work as it should be, the height on first render was …

reactjs react-slick