<Carousel autoplay arrows={true} prevArrow={<LeftOutlined />} nextArrow={<RightOutlined />}> </Carousel>
.ant-carousel .slick-prev, .ant-carousel .slick-prev:hover { left: 10px; z-index: 2; color: white; font-size: 20px; height: 50px; width: 40px; line-height: 50px; background-color: rgba(0,0,0,0.2); } .ant-carousel .slick-next, .ant-carousel .slick-next:hover { right: 10px; z-index: 2; color: white; font-size: 20px; height: 50px; width: 40px; line-height: 50px; background-color: rgba(0,0,0,0.2); }