📄️ Slide With Shadow
Since slides are put inside slider tray with scrolling feature, so the slider tray has a style overflow: hidden, which will hide overflow content and so that will hide shadow of slide.
📄️ Auto Scrolling
It is easy implement auto scrolling by using ref to the Slider component and then call class function slideTo() to achieve auto sliding by yourself.