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

ramyatrouny picture ramyatrouny  路  3Comments

slashwhatever picture slashwhatever  路  3Comments

walker-jiang picture walker-jiang  路  3Comments

jfamousket picture jfamousket  路  3Comments

enriquelopez-atlas picture enriquelopez-atlas  路  3Comments