The `Scroller` component helps you quickly create basic scrollytelling graphics with several layout options. > This component is designed to handle most common layouts for scrollytelling. If you need something more complex, though, you should probably use [svelte-scroller](https://github.com/sveltejs/svelte-scroller), which is a lower level component you can more easily customize. ```svelte ```