-
How to resize, change color or even the symbol of the arrows in the carousel ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Bokomoko ! Thank you for raising this question up! 😀 To change the symbol of the arrows in the carousel, use the Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @Bokomoko ! Thank you for raising this question up! 😀 To change the symbol of the arrows in the carousel, use the
leftIcon
prop and therightIcon
prop. Unfortunately, there is currently no way to resize, change color of the default arrows in the carousel. However you can customize the icon from my implementation at https://github.com/yifaneye/react-gallery-carousel/blob/master/src/components/IconButton/IconButton.js#L8 and put your customised versions into theleftIcon
prop and therightIcon
prop respectively.Hope this helps!