I am working with React-slick carousel (https://www.npmjs.com/package/react-slick)
I have the carousel working but the situation is that I am unable to create arrows (left, right) as well as center the images. I have tried centerMode: 'true'
in my Setting
variable and this does not work. My second thought was to just use CSS but this does not work either. I would like to use Flex Box.
If you have any suggestion please Let me know! Thanks