diff --git a/src/components/ScrollerBase/demo/ScrollerDemo.svelte b/src/components/ScrollerBase/demo/ScrollerDemo.svelte index ef7dba35..34f4383c 100644 --- a/src/components/ScrollerBase/demo/ScrollerDemo.svelte +++ b/src/components/ScrollerBase/demo/ScrollerDemo.svelte @@ -10,11 +10,12 @@ let top = $state(0.1); let threshold = $state(0.5); let bottom = $state(0.9); + + const text = + 'Read the documentation on the props `progress`, `top`, `threshold`, `bottom` under **Controls** to understand how they work. \n\nAdjust the red sliders on the right to see how changes in these values affect scrolling behaviour.'; - +