I need to create a slider like the one that is in the image Slick Slider.
the first element should be the 3rd slide, active. Other two slides need to be behind the first one on the left side, as shown in the image.
On first scroll, the active…
I had some problems with customizing the library dots, so I'm creating one manually.
I'm trying to get the current index of the carousel when the swipe event occurs.
I tried the onSwipe props, but it just returns the swipe direction
My Slider…
I want to select the first one among the active ones of the slick slider.
Even if you want to use nth-child , it is not a choice because of other things.
Let me show you with a picture:
enter image description here
thank you very much....
I tried…
Hi its mi first time using nextjs, when try use React-slick get next error
If this package cannot be used in next, could you tell me some functional alternatives in nextjs to create this same type of carousel?
This is the error
error -…
Can anybody give me any source, How can I implement a react carousel like facebook stories? with the nav button effect that I have marked in the image.
my React website from right to left
and I have react-slide to show 1 image every slide
const settings = {
dots: true,
infinite: true,
autoplaySpeed:1500,
speed: 1000,
slidesToShow: 1,
slidesToScroll: 1,
…
Is there any way to make this possible?
I have a project in Next 13 which is styled with Tailwind CSS.
The homepage has several React Slick sliders which I need to manipulate (margins, overflow...), and which look like this:
I am using react slick slider to implement a design where a centered div will have a different design and other divs will have a general design. To achieve this, I decided to use react slick slider. React slick slider have a default setting which is…
I use react-slick library and it turns out that it sets its own "dir" attribute. I set the direction for the whole app in the main container, but react-slick overrides it for itself. Is there any option to fix this?
I'm trying to add react slick to my Astro project and I keep getting this error message -( Error - Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. )-
It works as…
I seem to be at the very edge of figuring this out. Im fairly new to creating Gutenberg Custom Blocks from scratch, I have been making some blocks here and there with React Components like Draggable however, i would now like to utilize Slick Slider.…
I'm trying to use my button to download different pdf file. The issue is that it's always using the last pdf string (see code).
I've tried adding key to the link but it still didnt work.
I'm using the following Packages @chakra-ui/react,…
I want to fix the position of react slick carousel,and want to change the navigation dots style.I am trying in this way....
dots style I want,
Screenshot: https://i.stack.imgur.com/MhOQa.png
`
…