Open erichbehrens opened 6 years ago
Hi @mario-naether, thanks for your contribution. The dots feature consists of 2 parts: showing the dots (the part you implemented) and making them clickable. There's a goTo
function which can be used, but would also need some refactor to properly handle jumping to a slide that is neither the previous or the next.
four years and nothing?
@erichbehrens Hi, here is a example with a self implementation "Pager" based on the "onSlideChange" event. https://codesandbox.io/s/8kl69w31n0 Is that the "Dots feature" ?