I am looking at using the antd Caroseul, but I\'ve not seen an example that creates a prev/next or pause button.
const { Carousel } = antd; ReactDOM.render
Whilst reading https://ant.design/components/carousel/ I scrolled to the bottom and it says that it's using https://github.com/akiran/react-slick
If you scroll down to the prop table, you can use nextArrow or prevArrow which takes a React Element as a value.
prop
nextArrow
prevArrow