Could we also add a dotsStyle to overwrite the default dots style?
The ability to pass a component to be used for the dots, receiving indexes and other suitable data as props (like it's possible with the arrows), would also be great.
You can use customPaging option to style the dots according to your requirement.
Check this example
https://github.com/akiran/react-slick/blob/master/examples/CustomPaging.js
Wow, I overlooked that! Thanks!
Most helpful comment
You can use customPaging option to style the dots according to your requirement.
Check this example
https://github.com/akiran/react-slick/blob/master/examples/CustomPaging.js