I replaced the Arrows with custom arrows like in docs mentioned. All works fine, Clicking etc.
But I want to use the css property "slick-disabled" which isn't availeable when I replace the original arrows. Is there any hint anyone can give?
arrows: true,
nextArrow:
prevArrow:
I didn't reproduced it in fiddle because it isn't really an issue or bug.
Best Regards
Malte
CustomArrow component will receive className as a prop
https://github.com/akiran/react-slick/blob/master/examples/CustomArrows.js#L7
It will have slick-disabled className when the button should be disabled
Most helpful comment
CustomArrow component will receive className as a prop
https://github.com/akiran/react-slick/blob/master/examples/CustomArrows.js#L7
It will have slick-disabled className when the button should be disabled