FormidableLabs / nuka-carousel

Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site.
https://commerce.nearform.com/open-source/nuka-carousel
Other
2.99k stars 594 forks source link

Are imperative api's such as `slideNext` and `slidePrev` available outside `Carousel` component? #1029

Closed samuelkarani closed 2 months ago

samuelkarani commented 11 months ago

Question

Describe the Problem

Are imperative api's such as slideNext and slidePrev available? Maybe via something like a hook or class instance. How can one navigate outside the Carousel component? I cant seem to find this in the docs or issues panel.

Example one such availability:

const { slideNext, slidePrevious } = useSlider();

ssolders commented 9 months ago

Would love this feature too! Or just if the functions could be imported

import { goToSlide } from 'nuka-carousel' 
henrybabbage commented 7 months ago

I would also like to know if this is possible

carbonrobot commented 2 months ago

These are now available in Nukav8