I'm trying to use React Slick to display several cards. I want that on entering the page with the slider this will slide to the selected/highlighted slide. But I cannot find a way to get an index or identifier from the react-slider, maybe I'm missing some information.
All the examples show a way to track slides, but for my case (at least I think so) I'll need to have them already indexed so I can target the one I want. Any ideas?