keen-slider icon indicating copy to clipboard operation
keen-slider copied to clipboard

The HTML touch slider carousel with the most native feeling you will get.

Results 142 keen-slider issues
Sort by recently updated
recently updated
newest added

Hi, how can i access the current hour and minute that is displayed on the "Timepicker" example? After i spinned the Wheel i see the time but cannot find out...

When trying to import 'useKeenSlider' composable with vite/4.5.2, Node v20.5.1 discover an error: `SyntaxError: Named export 'useKeenSlider' not found. The requested module 'keen-slider/vue.es.js' is a CommonJS module, which may not...

When importing useKeenSlider, the compiler does not recognize it as an ESM module - 'Named export `useKeenSlider` not found'

I am using keen slider and I am not able to scroll on the Y axis on the mobile screen or any other touch screen we are not able to...

Hi ! Thanks for kee-slider which is a very nice program. I encounter a problem: I tried to implement lazy loading with 3 images per view (but this is determined...

I am no programmer but would like to use this carousel. I have acouple of questions: - how can I add the js and css directl to my project w/o...

Is it possible to stop the auto switch when a user has clicked one of the slider arrows or dots? I've been trying to modify the [auto switch example](https://codesandbox.io/s/github/rcbyr/keen-slider-sandboxes/tree/v6/autoplay/autoswitch/react-typescript?file=/src/App.tsx), but...

![6e06c0c9fc9b21c41ce6f99c146f394](https://github.com/rcbyr/keen-slider/assets/45530007/3b189a6b-db99-4d8d-ba9d-5ba22857e5b2) I use this in react native,and this is my code. ` const slider = useKeenSliderNative({ // loop: true, mode: 'free', slides: { number: list.length, spacing: 16 } }) `...

Hi there, thank you for this library. I was hoping you might be able to advise me on the following issue that I've encountered when using it with Next.js (13.4.2)....