Go to specific slick slide in Plasmic Studio.

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?

I have thumbnails for the contents of the slider and I want those to navigate to the correct slide

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 :persevere:

Any plans to update the component with that? :smiley: