1

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

Michał Turczyn
  • 32,028
  • 14
  • 47
  • 69
Nick
  • 13
  • 3
  • It would be _very_ helpful if you could edit in your current code. Even better, [open up a CodeSandbox](https://codesandbox.io/s/new) so we can understand the issue a lot better. Without that, the most we can do is guess – kingdaro Apr 26 '18 at 02:21
  • have a look at it https://stackoverflow.com/a/58560980/5124488 – blueseal Oct 27 '19 at 21:15

1 Answers1

0

Try this Glidejs

A dependency-free JavaScript ES6 slider and carousel. It works with react.

And check the peek option.Its like a center mode Peek option

Gautam Naik
  • 8,990
  • 3
  • 27
  • 42