Default Arrows
You can turn default arrows on, using the arrows
plugin.
// import Carousel from '@brainhubeu/react-carousel';
// import '@brainhubeu/react-carousel/lib/style.css';
<Carousel
plugins={['arrows']}
>
<img src={imageOne} />
<img src={imageTwo} />
<img src={imageThree} />
</Carousel>