I'm trying to animate my react-slick slides when they enter into the viewport by detecting when the slide elements intersect with my root element using the IntersectionObserver API.
This is working as expected.
What isn't working is, when…
When i use a cdn for slick-carousel it works fine but when i download it form npm and import it like :-
https://github.com/akiran/react-slick/issues/669
It doesn't work.
Some how it works because of…
I am trying to add React-Slick in application but somehow I am failed actually I am adding todo in applicaiton and then showing todos list in slider . when I store some todo then I am fetching data from server and showing it in slider on first…
I am using React-Slick (https://github.com/akiran/react-slick) for my project.
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 done using…
I used react slick PrevNextMethod
https://react-slick.neostack.com/docs/example/previous-next-methods
I set the Infinite to false so, there is no loop will shown in carousel.
Now, i want to disable the previous button if there is no slides available…
I am importing the react-slick css files. When i remove cssModules:true from next.config.js file, everything works fine. Any idea why adding cssModules:true creates the problem?
const withCSS = require("@zeit/next-css");
module.exports = withCSS({
…
I'm asking for help, I have a problem if the slider in the hover image is small in size not full or not covered, but if the large size image is completely covered, how to be the same, my tools use the react-slick plugin for the slider and for the…
I'm trying to use react-slick to present a carousel of multiple items in my project but I'm having problems when it comes to mapping the data that comes in my graphql query. Only when I put the items manually does the carousel work very well ... but…
When we try to give more than 12 images in a react-slick slider, the images will appear and immediately disappears. How do I resolve this consistency issue using react-slick. I have used the below link to do…
I'm trying to create a simple slider yet when I map the data, as opposed to simply adding html in to the slider, I get the following error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite…
I'm only having this problem when using the package 'react-slick'. I didn't have this problem the night before but when spinning up my dev server today it presents me with this error.
I've already tried reinstalling my node_modules to no avail. When…
I want to display 3 items of slide/carousel per one slide. For example, I have six objects in array. I am using React and React Slick.
// data
const dataslide = [
{
"id": "1",
"title": "One"
},
{
"id": "2",
…
I am showing iframe in a carousel (react-slick) in ReactJS. I add an on click event listener on anchor inside the iframe using jquery. The event is attached when the iframe loads. The click works correctly in normal case but when I move the…
I am using react-slick in my reactjs application. I am trying to implement next and prev arrows in slider. But this is not working. Here is my code
Here is my "settingss" variable which gets applied to
var settingss ={
infinite: false,
…
I am making a react project. I have a page where have to use multiple react-slick elements. I want to maintain index of each slick element. Currently I am doing this
render() {
var settings = {
arrows: true,
…