diff --git a/src/components/Scroller/Scroller.mdx b/src/components/Scroller/Scroller.mdx index 74b03d34..54994565 100644 --- a/src/components/Scroller/Scroller.mdx +++ b/src/components/Scroller/Scroller.mdx @@ -6,7 +6,7 @@ import * as ScrollerStories from './Scroller.stories.svelte'; # Scroller -The `Scroller` component creates a basic scrollytelling graphic with layout options +The `Scroller` component creates a basic scrollytelling graphic with layout options. This component is designed to handle most common layouts for scrollytelling. To make something more complex, customise [ScrollerBase](?path=/story/components-graphics-scrollerbase--docs), which is a Svelte 5 version of the [svelte-scroller](https://github.com/sveltejs/svelte-scroller).