Gabriel

Results 3 issues of Gabriel

```ts const [sliderRef, instanceRef] = useKeenSlider({ loop: true, mode: 'free-snap', slides: { number: 100, origin: 'center', perView: 6, spacing: 10, }, }) ``` https://github.com/rcbyr/keen-slider/assets/38334104/48997645-8062-454d-ac22-7794209de571

![Screenshot](https://github.com/user-attachments/assets/2658a3b8-2a51-4ded-b0c4-06d7752e6984) Adds the index handle to change events, so it is possible to make calculations based on the index that the user selects. ## Summary by CodeRabbit - **新功能** -...

#### Description - Fix shortcut Rust example.