tweaks documentation
This commit is contained in:
parent
cd9b3501a0
commit
d8847ca2dc
1 changed files with 4 additions and 3 deletions
|
|
@ -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.';
|
||||
</script>
|
||||
|
||||
<BodyText
|
||||
text="Read the documentation on the props `progress`, `top`, `threshold`, `bottom` under **Controls** to understand how they work."
|
||||
/>
|
||||
<BodyText {text} />
|
||||
|
||||
<div class="scroller-demo-container">
|
||||
<ScrollerBase
|
||||
|
|
|
|||
Loading…
Reference in a new issue