How can I go to a specific slick slide in plasmic studio? I have buttons and I want to use slickgoto or similar to move between specific slides. Is this possible?
The Slider has a prop for the current slide index. You could create a state in your component called “currentSlideIndex”, pass that into Slider as the current slide index, and have your buttons update that state
eh, actually there’s no current slide prop for the Slider
Any plans to update the component with that?