Closed samuelkarani closed 8 months ago
Would love this feature too! Or just if the functions could be imported
import { goToSlide } from 'nuka-carousel'
I would also like to know if this is possible
These are now available in Nukav8
Question
Describe the Problem
Are imperative api's such as
slideNext
andslidePrev
available? Maybe via something like a hook or class instance. How can one navigate outside theCarousel
component? I cant seem to find this in the docs or issues panel.Example one such availability:
const { slideNext, slidePrevious } = useSlider();