I am building a time picker using react-slick library for carousels like below:
Client asked me to have an ablity for scrolling time using mouse wheel. I managed to implement it, however when I scroll using mouse, all pickers scroll at once. The…
I am building a timepicker/timeroller using react-slick (unsual, I know).
I am struggling to increase height of slides, so that I can have more space to work with on mask area (place where grey hours and minutes titles are)
Here is what I got so far…
I am placing an anchor tag inside slick slider (React-Slick), it is not working on the first click, but on the second click onwards , this is for each image.
Code :
…
The previous and next arrows are white when I use the Slider component with minimal settings. This is because slick-theme.css has a .slick-prev:before and .slick-next:before that sets the color to white, so the arrows are invisible!
Since I have no…
I am using centerMode: true and adding a background-color for inactive images. I need is a movement on the click of the previous/next inactive image so that the carousel should move accordingly.
const settings = {
dots: false,
slidesToShow:…
I want to change the className based on the selected slider data-index position in https://stackblitz.com/edit/react-slick-slider-issues which is making use of React-slick-slider.
Suppose if the user hovers on the first image, the image data-index…
i am very new to React, i am trying to use react slick, so as to achieve image as background with carousel . but when i try to do it, i am getting blank instead of image. i cannot see my inline style as well when i inspect. but if i use tag that is…
slick.neostack to a slider, and the slider imports but I cant see anything and it appears as the styling is causing that. But when I am trying to style my page I cant "target" the classes that I want to use. I tried to look at this example:…
https://stackblitz.com/edit/react-slider-slickgoto has a Menu with 3 options and selecting each option will display its subcategories on the slider. Option 1 has 3 slides and Option 2 and 3 have 2 slides.
I am using slick.current.slickGoTo(0)…
I try to customize dots with React Slick and have this issue with the background color.
Here is how I set the styles.
.slick-dots.circle-dots {
list-style-type: none;
display: flex !important;
justify-content: center;
padding: 0;
…
I am using react-slick for carousel feature. I am having a hard time in customizing to get the design like below.
If I try to provide the space between images like in the screenshot, the other images get pushed away and totally disappear.
Here is…
I am having an issue with react-slick. I need to make it "swipe" on mobile. Unfortunately the swipeToSlide: true, which I found in the Documentation doesn´t seem to work.
Any solutions?
Here is a sample of my settings Code:
const settings = {
…