<BlurredBackground />
Blurred background component based on the current slide. By default, it takes all the available space of its container.
const MySlider = () => (
<Slider
slides={slides}
>
<BlurredBackground />
<SliderImage />
</Slider>
);
Get the code
Please, log in or sign up to see the code.