CarouselBox

import { CarouselBox } from '@megafon/ui-shared';
Код DemoSlide
export const DemoSlide = ({ children }) => {
return (
<Tile isInteractive shadowLevel="default" radius="rounded">
<div
style={{
height: '200px',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
textAlign: 'center',
fontSize: '30px',
padding: '10px',
}}
>
{children}
</div>
</Tile>
);
};

Базовое использование

3 видимых слайда на разрешении 1280 и выше