Gabriel
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
 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.