React-slick: [Feature Request] - dotsStyle prop

Created on 7 Dec 2016  路  3Comments  路  Source: akiran/react-slick

Could we also add a dotsStyle to overwrite the default dots style?

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

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

laveesingh picture laveesingh  路  3Comments

enriquelopez-atlas picture enriquelopez-atlas  路  3Comments

amishPro picture amishPro  路  3Comments

adamthewan picture adamthewan  路  4Comments

vugman picture vugman  路  3Comments